X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=50c6c880669d3e6a73f4c233e7a7cd2bf483e5b6;hb=aa01eb4c23ab560012beda3f212892be8599b0c4;hp=799598167fad794921cbbe92997dea525a08ff88;hpb=858b2240c88cc197df395dafad71776e8ddf0cb0;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 7995981..50c6c88 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 @@ -70,10 +70,10 @@ limitations under the License. org.springframework.boot spring-boot-starter - - ch.qos.logback - logback-classic - + + ch.qos.logback + logback-classic + @@ -105,6 +105,11 @@ limitations under the License. + + ch.qos.logback + logback-access + 1.2.3 + com.google.guava guava @@ -122,9 +127,15 @@ limitations under the License. org.mockito - mockito-all - 1.9.5 + mockito-core + 1.10.19 test + + + org.hamcrest + hamcrest-library + + dom4j @@ -170,7 +181,7 @@ limitations under the License. org.onap.aai.event-client event-client-dmaap - 1.2.1 + 1.2.2 org.slf4j @@ -181,17 +192,22 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.3 + 1.3.0-SNAPSHOT + + + org.onap.aai.aai-common + aai-schema-ingest + 1.2.2 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 * @@ -202,7 +218,7 @@ limitations under the License. org.onap.aai.aai-common aai-auth - 1.2.3 + 1.3.0-SNAPSHOT org.eclipse.persistence @@ -322,6 +338,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -335,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 @@ -410,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 + + + + +