X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=blobdiff_plain;f=pom.xml;h=50c6c880669d3e6a73f4c233e7a7cd2bf483e5b6;hp=636f4222eb91b0ad26806d6f3019dbf65e61fa5e;hb=4b09e9e4fe77a4aa749f1a7ffa07545b64d3e2cb;hpb=92927f8985ae5f381143b8b295df2f466e4349ae diff --git a/pom.xml b/pom.xml index 636f422..50c6c88 100644 --- a/pom.xml +++ b/pom.xml @@ -32,23 +32,15 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT aai-gizmo ${basedir}/target https://nexus.onap.org - workstation DEV - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - false - ${project.version} 1.3 @@ -77,6 +69,12 @@ limitations under the License. org.springframework.boot spring-boot-starter + + + ch.qos.logback + logback-classic + + org.springframework.boot @@ -91,6 +89,27 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.4 + + ch.qos.logback + logback-classic + 1.2.3 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + + + + + ch.qos.logback + logback-access + 1.2.3 + com.google.guava guava @@ -104,13 +123,19 @@ limitations under the License. org.codehaus.jackson jackson-mapper-asl - 1.9.13 + 1.4.5 org.mockito - mockito-all - 1.9.5 + mockito-core + 1.10.19 test + + + org.hamcrest + hamcrest-library + + dom4j @@ -156,7 +181,7 @@ limitations under the License. org.onap.aai.event-client event-client-dmaap - 1.2.1 + 1.2.2 org.slf4j @@ -167,17 +192,22 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.1 + 1.3.0-SNAPSHOT + + + org.onap.aai.aai-common + aai-schema-ingest + 1.2.2 org.onap.aai.aai-common aai-utils - 1.2.1 + 1.3.0-SNAPSHOT org.onap.aai.aai-common aai-core - 1.2.1 + 1.3.0-SNAPSHOT * @@ -188,7 +218,7 @@ limitations under the License. org.onap.aai.aai-common aai-auth - 1.2.1 + 1.3.0-SNAPSHOT org.eclipse.persistence @@ -267,7 +297,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.3 org.apache.httpcomponents @@ -308,6 +338,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -321,6 +358,13 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub @@ -356,7 +400,6 @@ limitations under the License. - org.apache.maven.plugins maven-site-plugin @@ -386,43 +429,49 @@ limitations under the License. true - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - + org.springframework.boot + spring-boot-maven-plugin + 2.0.1.RELEASE - jacoco-initialize-unit-tests - prepare-agent + repackage - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - org.springframework.boot - spring-boot-maven-plugin - 2.0.1.RELEASE + + org.apache.maven.plugins + maven-dependency-plugin + unpack + prepare-package - repackage + unpack + + + + org.onap.aai.aai-common + aai-schema + 1.2.1 + jar + oxm/ + ${project.build.directory}/bundleconfig-local/etc + + + org.onap.aai.aai-common + aai-core + 1.2.1 + jar + dbedgerules/ + **/*.ftlh + ${project.build.directory}/bundleconfig-local/etc + + +