X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=apiroute%2Fapiroute-service%2Fpom.xml;h=2839260ff073b43925a7934357ec497609faa483;hb=ba2dd03432eafe31b2c0abe47abf8a80d0a48f05;hp=1d812c6f48ebd387371c750e279cba60743d890e;hpb=230628860edf5ff489dd59e299d35c80d1329a5d;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 1d812c6..2839260 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -1,160 +1,221 @@ - - - - org.openo.msb.msb-core.apiroute - apiroute-parent - 1.0.0-SNAPSHOT - - 4.0.0 - org.openo.msb.msb-core.apiroute - apiroute-service - openo/msb/msb-core/apiroute/apiroute-service - jar - 1.0.0-SNAPSHOT - + + + + org.onap.msb.apigateway.apiroute + apiroute-parent + 1.5.0-SNAPSHOT + + 4.0.0 + org.onap.msb.apigateway.apiroute + apiroute-service + onap/msb/apigateway/apiroute/apiroute-service + jar + 1.5.0-SNAPSHOT - - - io.dropwizard - dropwizard-core - - - io.dropwizard - dropwizard-assets - - - io.dropwizard - dropwizard-client - - - io.swagger - swagger-jersey2-jaxrs - compile - - - - redis.clients - jedis - - - org.projectlombok - lombok - - - net.sf.json-lib - json-lib - - - junit - junit - test - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - true - - - - - - org.apache.maven.plugins - maven-shade-plugin - 2.3 - - true - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - package - - shade - - - - - - org.openo.msb.ApiRouteApp - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - src/main/java - - **/*.properties - - - - src/main/resources - - - + + + + org.javassist + javassist + 3.23.1-GA + + + io.dropwizard + dropwizard-core + + + io.dropwizard + dropwizard-assets + + + io.dropwizard + dropwizard-client + + + + redis.clients + jedis + + + org.projectlombok + lombok + + + + junit + junit + test + + + org.powermock + powermock-module-junit4 + 2.0.0 + test + + + + org.powermock + powermock-api-mockito2 + 2.0.0 + test + + + com.orbitz.consul + consul-client + + + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.core + jackson-core + + + + com.fasterxml.jackson.core + jackson-annotations + + + + org.apache.httpcomponents + httpasyncclient + + + + org.immutables + value + compile + + + + com.fiftyonred + mock-jedis + + + + commons-io + commons-io + + + + 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 + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + + org.onap.msb.apiroute.ApiRouteApp + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.0.0 + + + clean-generated-files + generate-sources + + clean + + + + + ${project.build.directory}/generated-sources + + + + + + + + + + src/main/java + + **/*.properties + + + + src/main/resources + + +