X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=50c6c880669d3e6a73f4c233e7a7cd2bf483e5b6;hb=aa01eb4c23ab560012beda3f212892be8599b0c4;hp=d4d63dd29db14bb1b9895a4a392ab2020b0a86b0;hpb=64af7d23db52c696ee60a30c2f8f03e2df90c934;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index d4d63dd..50c6c88 100644 --- a/pom.xml +++ b/pom.xml @@ -127,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 @@ -187,6 +193,11 @@ limitations under the License. org.onap.aai.aai-common aai-schema 1.3.0-SNAPSHOT + + + org.onap.aai.aai-common + aai-schema-ingest + 1.2.2 org.onap.aai.aai-common @@ -327,6 +338,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -422,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 + + + + +