X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d4d63dd29db14bb1b9895a4a392ab2020b0a86b0;hb=64af7d23db52c696ee60a30c2f8f03e2df90c934;hp=636f4222eb91b0ad26806d6f3019dbf65e61fa5e;hpb=92927f8985ae5f381143b8b295df2f466e4349ae;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 636f422..d4d63dd 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,7 +123,7 @@ limitations under the License. org.codehaus.jackson jackson-mapper-asl - 1.9.13 + 1.4.5 org.mockito @@ -156,7 +175,7 @@ limitations under the License. org.onap.aai.event-client event-client-dmaap - 1.2.1 + 1.2.2 org.slf4j @@ -167,17 +186,17 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.1 + 1.3.0-SNAPSHOT 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 +207,7 @@ limitations under the License. org.onap.aai.aai-common aai-auth - 1.2.1 + 1.3.0-SNAPSHOT org.eclipse.persistence @@ -267,7 +286,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.3 org.apache.httpcomponents @@ -321,6 +340,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 +382,6 @@ limitations under the License. - org.apache.maven.plugins maven-site-plugin @@ -386,34 +411,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