X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c602f24eccaaf0c16114fabcd11121ad80fe766a;hb=95dcac20af9c1f59c3c0d8de7ad4d253ecb58776;hp=1e2f62f791e1f2c6e86b30c2ec3c8f337ab85985;hpb=a3247099971acd800a753cdfee51f84ec7679a78;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 1e2f62f79..c602f24ec 100644 --- a/pom.xml +++ b/pom.xml @@ -22,13 +22,13 @@ limitations under the License. org.onap.ccsdk.parent spring-boot-starter-parent - 1.5.1-SNAPSHOT + 1.5.2 org.onap.ccsdk.cds parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS Parent @@ -54,7 +54,8 @@ limitations under the License. **/*.java,**/*.kt - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 0.8.3 @@ -110,8 +111,7 @@ limitations under the License. validate - + @@ -127,8 +127,7 @@ limitations under the License. process-sources - + @@ -192,6 +191,48 @@ limitations under the License. false - + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + +