X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a3ee5d1b862735367a5fa364486d492be805ca90;hb=3bc6a702f2d3d8710c7aaa94cdc8c0ccf3deb759;hp=ba844680dc1302b76c137955138eb60500133bf7;hpb=a62354b6414838aa9028d7fb0f9427735b0c30de;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index ba84468..a3ee5d1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT aai-gizmo @@ -41,7 +41,6 @@ limitations under the License. https://nexus.onap.org workstation DEV - 1.3 @@ -84,6 +83,17 @@ limitations under the License. org.springframework.boot spring-boot-starter-actuator + + org.springframework.boot + + spring-boot-configuration-processor + + true + + + org.springframework.boot + spring-boot-starter-test + org.apache.cxf cxf-rt-frontend-jaxrs @@ -127,9 +137,15 @@ limitations under the License. org.mockito - mockito-all - 1.9.5 + mockito-core + 1.10.19 test + + + org.hamcrest + hamcrest-library + + dom4j @@ -186,17 +202,22 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.4 + 1.3.0-SNAPSHOT + + + org.onap.aai.aai-common + aai-schema-ingest + 1.2.2 org.onap.aai.aai-common aai-utils - 1.2.4 + 1.3.0-SNAPSHOT org.onap.aai.aai-common aai-core - 1.2.4 + 1.3.0-SNAPSHOT * @@ -207,7 +228,7 @@ limitations under the License. org.onap.aai.aai-common aai-auth - 1.2.4 + 1.3.0-SNAPSHOT org.eclipse.persistence @@ -277,12 +298,6 @@ limitations under the License. 1.5.0 test - - org.hamcrest - hamcrest-library - ${version.org.hamcrest.hamcrest-library} - test - org.apache.httpcomponents httpclient @@ -293,13 +308,6 @@ limitations under the License. httpcore 4.4.1 - - org.springframework.boot - - spring-boot-configuration-processor - - true - @@ -327,6 +335,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -340,6 +355,13 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub @@ -363,12 +385,15 @@ limitations under the License. src/main/java/** src/test/java/** + pom.xml + true - format + + check process-sources @@ -415,6 +440,40 @@ limitations under the License. + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + prepare-package + + 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 + + + + +