X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a6af37a38c641723faacf3f0ffd7466b5ae56021;hb=33bec1f4e3b0c824555e23b3681450709822ef76;hp=b48ca9535744cb7aa764b28a7f5ee36d59864766;hpb=d623531b134a52ef87a620675e4471e3f07d6e55;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index b48ca95..a6af37a 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 @@ -78,10 +70,10 @@ limitations under the License. org.springframework.boot spring-boot-starter - - ch.qos.logback - logback-classic - + + ch.qos.logback + logback-classic + @@ -113,6 +105,11 @@ limitations under the License. + + ch.qos.logback + logback-access + 1.2.3 + com.google.guava guava @@ -178,7 +175,7 @@ limitations under the License. org.onap.aai.event-client event-client-dmaap - 1.2.1 + 1.2.2 org.slf4j @@ -189,17 +186,17 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.3 + 1.3.0-SNAPSHOT org.onap.aai.aai-common aai-utils - 1.2.3 + 1.3.0-SNAPSHOT org.onap.aai.aai-common aai-core - 1.2.3 + 1.3.0-SNAPSHOT * @@ -210,7 +207,7 @@ limitations under the License. org.onap.aai.aai-common aai-auth - 1.2.3 + 1.3.0-SNAPSHOT org.eclipse.persistence @@ -330,6 +327,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -343,6 +347,13 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub @@ -378,7 +389,6 @@ limitations under the License. - org.apache.maven.plugins maven-site-plugin @@ -408,34 +418,6 @@ limitations under the License. true - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - - org.springframework.boot spring-boot-maven-plugin