X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=apiroute%2Fapiroute-service%2Fpom.xml;h=290bd27db5d84605b2dcdb2a8a1fb6696ff122b7;hb=faabc5c70fd285d3698d45516841f99459a89bea;hp=350276835ed53e685fcd8cb40d35fb46b33a6bf9;hpb=faa96aff9ec83d0690eff7088f8fa84654b2dfe5;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 3502768..290bd27 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.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.0.0-SNAPSHOT + 1.2.5-SNAPSHOT @@ -35,11 +35,6 @@ io.dropwizard dropwizard-client - - io.swagger - swagger-jersey2-jaxrs - compile - redis.clients @@ -103,15 +98,33 @@ - commons-io - commons-io - + commons-io + commons-io + - - org.onap.msb.swagger-sdk - swagger-sdk - 1.0.0-SNAPSHOT - + + org.onap.msb.swagger-sdk + swagger-sdk + 1.1.0 + + + org.slf4j + slf4j-log4j12 + + + commons-beanutils + commons-beanutils + + + commons-collections + commons-collections + + + org.springframework + spring-core + + + @@ -164,79 +177,27 @@ - - - - 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-clean-plugin + 3.0.0 + + + clean-generated-files + generate-sources + + clean + + + + + ${project.build.directory}/generated-sources + + + + + +