Skip to content

Commit 74f5795

Browse files
committed
api: fix refactored ApiServerService interface to api
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 68e094e commit 74f5795

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

api/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
3737
</dependency>
38+
<dependency>
39+
<groupId>javax.servlet</groupId>
40+
<artifactId>servlet-api</artifactId>
41+
<version>${cs.servlet.version}</version>
42+
</dependency>
3843
<dependency>
3944
<groupId>org.apache.cloudstack</groupId>
4045
<artifactId>cloud-framework-db</artifactId>

api/src/org/apache/cloudstack/api/ApiServerService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
package org.apache.cloudstack.api;
1818

1919
import com.cloud.exception.CloudAuthenticationException;
20-
import org.apache.cloudstack.api.ResponseObject;
21-
import org.apache.cloudstack.api.ServerApiException;
22-
2320
import javax.servlet.http.HttpSession;
2421
import java.util.Map;
2522

api/src/org/apache/cloudstack/api/auth/APIAuthenticator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ public String authenticate(String command, Map<String, Object[]> params,
3737
HttpSession session, String remoteAddress, String responseType,
3838
StringBuilder auditTrailSb, final HttpServletResponse resp) throws ServerApiException;
3939
public APIAuthenticationType getAPIType();
40-
4140
}

0 commit comments

Comments
 (0)