X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7b3e9437bb212986a626c9b1ab11c7f0875acee1;hb=1748f08023b63a266f533a9490a044536950e9ec;hp=2ef8c0c48270761ba8c95ca82a87ccfe20410d7e;hpb=16ee41de2ed43289cf693f73ce5a5dda5145e461;p=dmaap%2Fmessagerouter%2Fmsgrtr.git diff --git a/pom.xml b/pom.xml index 2ef8c0c..7b3e943 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.1.17-SNAPSHOT + 1.1.18-SNAPSHOT jar dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka @@ -22,7 +22,7 @@ org.onap.oparent oparent - 1.2.1 + 2.0.0 @@ -197,7 +197,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.4 @@ -294,7 +294,7 @@ org.apache.zookeeper zookeeper - 3.4.10 + 3.4.14 @@ -352,9 +352,16 @@ 0.0.1 - javax.mail - mail - 1.4.4 + com.sun.mail + javax.mail + 1.6.0 + + + + javax.activation + activation + + @@ -484,6 +491,59 @@ + + 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