X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;fp=search-data-service-app%2Fpom.xml;h=a7099b1830354d83b0624ea83e0b56d67358e0b7;hb=8ff4f944df28f3adb28c2a305cd45fffa79fc4c5;hp=0cf804300cea75b0a9779315c04df6c534f822d6;hpb=9c2b439f5046d730866264ec0174fe64450d5cc8;p=aai%2Fsearch-data-service.git diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 0cf8043..a7099b1 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -37,6 +37,8 @@ search-data-service + ${basedir}/../target + https://nexus.onap.org 1.8 ${basedir}/src/main/java-gen google_checks.xml @@ -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 + 2.7.8 @@ -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 + + + + + + +