X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=apiroute%2Fapiroute-service%2Fpom.xml;h=e5134c538efc0660d02d996b1b175889020cd1e3;hb=f2c2e5ddf02c23f01b5bd9728290d3290cf54916;hp=d328521ce99f77565526fbe12cb4e10fe8c03e6f;hpb=ec6e90960b8f8e0b068aefe3292b3d13fd3b789e;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index d328521..e5134c5 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -1,25 +1,25 @@ - org.onap.msb.apigateway.apiroute apiroute-parent - 1.0.0-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.0.0-SNAPSHOT + 1.2.4-SNAPSHOT @@ -35,11 +35,6 @@ io.dropwizard dropwizard-client - - io.swagger - swagger-jersey2-jaxrs - compile - redis.clients @@ -103,21 +98,29 @@ - commons-io - commons-io - + commons-io + commons-io + - - org.onap.msb.swagger-sdk - swagger-sdk - 1.0.0-SNAPSHOT - - - org.slf4j - slf4j-log4j12 - - - + + org.onap.msb.swagger-sdk + swagger-sdk + 1.1.0 + + + org.slf4j + slf4j-log4j12 + + + commons-beanutils + commons-beanutils + + + commons-collections + commons-collections + + + @@ -172,197 +175,215 @@ - - org.codehaus.mojo - properties-maven-plugin - 1.0.0 - - - initialize - - read-project-properties - - - + + 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 - - - - + + + + + + + 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 - - + + initialize + ant-create-script + + true + + + + + + + + + + + + + + + + + + + + + + + + + + run + + - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - + + 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}-java-sdk - ${project.version} - ${project.groupId}.${project.artifactId}.client.model - ${project.groupId}.${project.artifactId}.client.api - ${project.groupId}.${project.artifactId}.client.invoker - - + + + 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} - - + + swagger-generate-sources + generate-sources + + exec + + + ${project.build.directory}${file.separator}${swagger.sdk.script.file} + + - - + + org.apache.maven.plugins maven-clean-plugin 3.0.0 - - clean-generated-files - generate-sources - - clean - - - - - ${project.build.directory}/generated-sources - - - - + + clean-generated-files + generate-sources + + clean + + + + + ${project.build.directory}/generated-sources + + + + - +