X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;h=d04e88de38e3e6d735dff329623f2b1aca4b3ec5;hb=d69f1e606431200a12f822e85f274c623ab8c43c;hp=0cf804300cea75b0a9779315c04df6c534f822d6;hpb=f94606aea2ac4a18028865c47dcd53b72a6d8c89;p=aai%2Fsearch-data-service.git diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 0cf8043..d04e88d 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,16 +27,18 @@ search-data-service org.onap.aai - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT AAI Search Data Service Application search-data-service + ${basedir}/../target + https://nexus.onap.org 1.8 ${basedir}/src/main/java-gen google_checks.xml @@ -50,7 +52,7 @@ false ${project.version} 0.58 - 1.5.21.RELEASE + 2.1.12.RELEASE @@ -66,26 +68,29 @@ - com.google.code.gson gson + 2.8.2 org.hamcrest hamcrest-library + 1.3 test com.jayway.jsonpath json-path + 2.2.0 com.googlecode.json-simple json-simple + 1.1.1 @@ -131,6 +136,7 @@ com.fasterxml.jackson.core jackson-databind + @@ -215,11 +221,13 @@ ch.qos.logback logback-classic + 1.2.1 ch.qos.logback logback-core + 1.2.1 @@ -406,6 +414,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.1 groovy-eclipse-compiler true @@ -425,6 +434,7 @@ + @@ -446,6 +456,44 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-docker-file + package + + copy-resources + + + ${basedir}/../target + true + + + ${basedir}/src/main/docker + true + + **/* + + + + ${basedir} + true + + bundleconfig-local/** + + + + ${basedir}/src/main/bin/ + + + + + + + com.mycila @@ -472,6 +520,9 @@ org.apache.maven.plugins maven-deploy-plugin + + true + org.codehaus.mojo @@ -482,6 +533,7 @@ org.jacoco jacoco-maven-plugin + 0.7.7.201606060606 @@ -494,6 +546,7 @@ ${sonar.jacoco.reportPath} surefireArgLine + true + + maven-clean-plugin + 3.0.0 @@ -578,6 +644,31 @@ + + + maven-resources-plugin + 3.0.2 + + + copy-files-on-build + install + + copy-resources + + + ${basedir}/../target + + + ${basedir}/target + *.jar + false + + + + + + +