X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=apiroute%2Fapiroute-service%2Fpom.xml;h=13a3d4b054b5d22a2ce7347beb764f046f1a9de5;hb=71648c4240e33deff04b6d96b3fab4d8d710b14c;hp=c0346a308dba6a6bd1074c49166e88d7e64fa211;hpb=18352a47ee8f6e4fbb499dc1eee20587b1e53439;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index c0346a3..13a3d4b 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -12,17 +12,22 @@ org.onap.msb.apigateway.apiroute apiroute-parent - 1.2.5-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.2.5-SNAPSHOT + 1.6.0-SNAPSHOT + + org.javassist + javassist + 3.23.1-GA + io.dropwizard dropwizard-core @@ -53,12 +58,14 @@ org.powermock powermock-module-junit4 + 2.0.0 test org.powermock - powermock-api-mockito + powermock-api-mockito2 + 2.0.0 test @@ -177,196 +184,6 @@ - - - - org.codehaus.mojo - properties-maven-plugin - 1.0.0 - - - initialize - - read-project-properties - - - - ${basedir}/src/main/resources/swagger.properties - - - - - - - com.github.kongchen - swagger-maven-plugin - 3.1.4 - - - - ${api-rest-package} - - http - https - - ${api-host-ip}:${api-host-port} - ${api-base-path} - - ${api-title} - ${api-version} - ${api-description} - - ${api-license} - - - ${basedir}/src/main/resources - - - - - - compile - - generate - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.3.1 - - - install-file-id - install - - install-file - - - ${basedir}/src/main/resources/swagger.json - ${project.groupId} - ${project.artifactId}-swagger-schema - ${project.version} - json - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - initialize - ant-create-script - - true - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - - - io.swagger - swagger-codegen-maven-plugin - 2.2.1 - - - - generate - - - ${basedir}/src/main/resources/swagger.json - ${project.build.directory}/generated-sources - java - - joda - - jersey2 - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.groupId}.${project.artifactId}.client.model - ${project.groupId}.${project.artifactId}.client.api - ${project.groupId}.${project.artifactId}.client.invoker - - - - - - exec-maven-plugin - org.codehaus.mojo - 1.5.0 - - - swagger-generate-sources - generate-sources - - exec - - - ${project.build.directory}${file.separator}${swagger.sdk.script.file} - - - - org.apache.maven.plugins maven-clean-plugin