X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=odlparent%2Fbinding-parent%2Fpom.xml;h=65ef92979e4f1c149685d3d801a89390db3c7e5d;hb=b5adc452acf8f5274db3fa9816ab42347a9274fb;hp=bd8871de25505fce250fc3292feb92dcbf2c9bd0;hpb=04b970d76054b65e67b9645db673c95b9a263d2b;p=ccsdk%2Fparent.git diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index bd8871de..65ef9297 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent binding-parent - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -31,15 +31,26 @@ ecomp-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} ecomp-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} + + 3.7.0.1746 + 3.2 + jacoco + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + + 0.8.5 1.8 @@ -49,14 +60,7 @@ https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + ${basedir}/src/main/resources/swagger.properties @@ -88,18 +92,16 @@ src/main/yang-gen-sal true - java - jacoco - ${project.build.directory}/surefire-reports - true - ${project.version} + + 1.6.4 - 0.7.0-SNAPSHOT - 0.7.0-SNAPSHOT - 0.7.0-SNAPSHOT - 0.7.0-SNAPSHOT - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT + 0.7.1-SNAPSHOT + 0.7.1-SNAPSHOT + 0.7.1-SNAPSHOT + 0.7.1-SNAPSHOT + 0.7.1-SNAPSHOT ${ccsdk.sli.core.version} ${ccsdk.sli.adaptors.version} ${ccsdk.sli.core.version} @@ -136,10 +138,8 @@ 3.24.1-GA - - + + 2.25.1 2.25.1 @@ -157,12 +157,10 @@ 1.10.19 4.1.34.Final - + 1.7.25 - - 4.3.24.RELEASE + + 4.3.25.RELEASE 0.6.4 @@ -171,95 +169,49 @@ 1.0.0 - 4.4.10 - 4.5.6 + 4.4.12 + 4.5.10 10.14.2.0 1.0.0 - 1.17.1 - 2.1.1 - 2.2.3 - 6.11 + 1.21.1 + 2.4.4 + 2.4.0 + 6.14.3 9.0.27 9.4.12.v20180830 true + direct-dependencies.txt - org.onap.ccsdk.parent dependencies-odl-bom - ${project.version} + 1.5.2-SNAPSHOT pom import - - - - - com.google.protobuf - protobuf-java - 3.6.1 - - - io.netty - netty-transport - 4.1.34.Final - - - io.netty - netty-all - 4.1.34.Final - - - - junit - junit - 4.12 - test - - - org.eclipse.jetty - jetty-server - 9.4.12.v20180830 - - - org.eclipse.jetty - jetty-servlets - 9.4.12.v20180830 - - - org.glassfish.jersey.bundles.repackaged - jersey-guava - 2.25.1 - - - org.codehaus.jettison - jettison - 1.3.8 - org.onap.logging-analytics logging-slf4j - 1.6.1 + ${logging-analytics.version} org.onap.logging-analytics logging-filter-base - 1.6.1 + ${logging-analytics.version} - onap-public - https://nexus.onap.org/content/groups/public + ${onap.nexus.public-url} true never @@ -271,7 +223,7 @@ onap-staging - https://nexus.onap.org/content/groups/staging + ${onap.nexus.staging-url} true never @@ -284,7 +236,7 @@ ecomp-release onap-repository-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} true never @@ -296,7 +248,7 @@ ecomp-snapshot onap-repository-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} false @@ -307,7 +259,7 @@ opendaylight-mirror opendaylight-mirror - https://nexus.opendaylight.org/content/repositories/public/ + ${opendaylight.nexus.public-url} true never @@ -319,7 +271,7 @@ opendaylight-snapshot opendaylight-snapshot - https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ + ${opendaylight.nexus.snapshot-url} false @@ -400,9 +352,7 @@ - - org.apache.maven.plugins maven-deploy-plugin @@ -467,88 +417,11 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.6.0.1398 + ${sonar.scanner.version} - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - failsafeArgLine - - - - - post-integration-test - post-integration-test - - report - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - ${project.reporting.outputDirectory}/jacoco-it - - - - org.apache.maven.plugins maven-surefire-plugin @@ -624,6 +497,19 @@ ${project.artifactId}-${project.version} + + com.github.ferstl + depgraph-maven-plugin + 3.3.0 + + text + ${dependency-list.file} + ${project.basedir} + * + true + true + + @@ -683,8 +569,7 @@ onap-checkstyle/onap-java-style.xml - + ${project.build.sourceDirectory}/src/main/java true true @@ -706,6 +591,95 @@ org.jacoco jacoco-maven-plugin + ${jacoco.version} + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + org.apache.maven.plugins @@ -745,6 +719,19 @@ -Xdoclint:none + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + + report + + + + @@ -859,8 +846,7 @@ true - + @@ -870,31 +856,19 @@ - - + - - - + - - + @@ -993,7 +967,42 @@ - + + sonar-jacoco-aggregate + + + onap.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${onap.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + @@ -1025,6 +1034,7 @@ + binding generate-sources @@ -1048,6 +1058,5 @@ -