X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=941d86aa108fde342a6823b6d78bcfa4f21f41f8;hb=4be5050dbf39609eb11490355601480d97f8c407;hp=3482969be0c4192e44f671e6916a556f0500544f;hpb=cda6d8e9ac95feb35bc821d231108a16701bb2fb;p=ccsdk%2Fparent.git diff --git a/pom.xml b/pom.xml index 3482969b..941d86aa 100755 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,16 @@ org.onap.ccsdk.parent parent - 1.5.1-SNAPSHOT + 2.3.3-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} + installed-odl-bom dependencies-bom dependencies-odl-bom + oparent standalone odlparent springboot @@ -44,6 +46,71 @@ true + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + + true + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + 3.3.0 + + text + direct-dependencies.txt + ${project.basedir} + * + true + true + + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${project.basedir}/direct-dependencies.txt + txt + dependencies + + + + + + + + + +