X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a3ee5d1b862735367a5fa364486d492be805ca90;hb=d8bd36e376d17c8d1fc13cc8b5ba00708c3b6673;hp=bcf3280c072090e24ddc00211cd15203fc8bf9de;hpb=6be781fcb9c9597f494c2bf9fa8ed4846e014138;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index bcf3280..a3ee5d1 100644 --- a/pom.xml +++ b/pom.xml @@ -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 @@ -187,6 +203,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 @@ -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 + + + + +