X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a3ee5d1b862735367a5fa364486d492be805ca90;hb=3bc6a702f2d3d8710c7aaa94cdc8c0ccf3deb759;hp=408a0cd8ba72012bc59d5acfe01dcdf12c242dfd;hpb=c57a430c6dbd6951091978404a164000024fce20;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 408a0cd..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 @@ -193,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 @@ -283,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 @@ -299,13 +308,6 @@ limitations under the License. httpcore 4.4.1 - - org.springframework.boot - - spring-boot-configuration-processor - - true - @@ -383,12 +385,15 @@ limitations under the License. src/main/java/** src/test/java/** + pom.xml + true - format + + check process-sources @@ -435,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 + + + + +