X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe16993af60c4fda2301ddbbfd73c773b916411;hb=59a60f43fe558951089be159c1111a5231defe57;hp=a2f7e7a38e66bdff133cdf4b01ef0561c3861d76;hpb=b9862c6303212a98e18da3112c422a1cf4251ebf;p=dmaap%2Fmessagerouter%2Fmsgrtr.git diff --git a/pom.xml b/pom.xml index a2f7e7a..3fe1699 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.1.7-SNAPSHOT + 1.1.22-SNAPSHOT jar dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka @@ -22,27 +22,24 @@ org.onap.oparent oparent - 1.1.0 + 2.1.0 + https://nexus.onap.org 3.2.18.RELEASE 3.0.4 1.2 1.7 1.7 UTF-8 - - - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - + https://nexus.onap.org + + java + false + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** /content/sites/site/org/onap/dmaap/messagerouter/msgrtr/${project.artifactId}/${project.version} https://nexus.onap.org @@ -196,7 +193,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.4 @@ -209,6 +206,12 @@ com.att.aft dme2 3.1.200-oss + + + javax.jms + jms + + @@ -287,7 +290,7 @@ org.apache.zookeeper zookeeper - 3.4.10 + 3.4.14 @@ -333,6 +336,10 @@ org.apache.tomcat tomcat-util + + javax.mail + mail + @@ -340,6 +347,18 @@ saToolkit 0.0.1 + + com.sun.mail + javax.mail + 1.6.0 + + + + javax.activation + activation + + + + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 2.0.0 + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + none + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + false + + + + org.apache.maven.plugins maven-site-plugin @@ -520,44 +592,28 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - - + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +