X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=8e80e08f5d74a9612ac406e0ec41f4a692cfaa20;hb=ca7950ef9b75e1d5d66acee6460c8244f653adee;hp=644c9a0c078b1e833c62af289ee4fbb3dc52103d;hpb=3fc19dc9157f4d05bdbd6fd05a52f0592268c4e7;p=dmaap%2Fmessagerouter%2Fmsgrtr.git diff --git a/pom.xml b/pom.xml index 644c9a0..8e80e08 100644 --- a/pom.xml +++ b/pom.xml @@ -1,79 +1,204 @@ - + 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.0.0-SNAPSHOT + 1.1.18-SNAPSHOT jar - Message Router + dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka - + org.onap.oparent oparent - 1.0.0-SNAPSHOT + 2.0.0 - + - 3.2.14.RELEASE + https://nexus.onap.org + 3.2.18.RELEASE 3.0.4 1.2 - target/surefire-reports - target/cobertura/cobertura.ser 1.7 1.7 UTF-8 + https://nexus.onap.org + + + 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/** + /content/sites/site/org/onap/dmaap/messagerouter/msgrtr/${project.artifactId}/${project.version} + https://nexus.onap.org + + + ecomp-site + dav:${nexusproxy}${sitePath} + + - - - Apache License Version 2.0 - + + + Apache License Version 2.0 + - - Rajashree - - ATT - www.att.com - - - Ramkumar - - ATT - www.att.com - - + + Rajashree + + ATT + www.att.com + + + Ramkumar + + ATT + www.att.com + + + + + commons-collections + commons-collections + 3.2.2 + + + ch.qos.logback + logback-core + 1.2.0 + + + ch.qos.logback + logback-classic + 1.2.0 + + + + org.grails + grails-web + 2.5.4 + + + org.grails + grails-web-jsp + + + + + org.grails + grails-bootstrap + 2.5.4 + compile + + + ant + org.apache.ant + + + jna + net.java.dev.jna + + + ant-trax + org.apache.ant + + + gant_groovy1.8 + org.codehaus.gant + + + ant-launcher + org.apache.ant + + + jline + jline + + + ivy + org.apache.ivy + + + jansi + org.fusesource.jansi + + + commons-logging + commons-logging + + + ant-junit + org.apache.ant + + + + + org.springframework + spring-test + ${spring.version} + test + + + org.codehaus.groovy + groovy-all + 2.4.8 + compile + + + jline + jline + + + + + commons-fileupload + commons-fileupload + 1.4 + junit @@ -81,6 +206,17 @@ 4.11 test + + com.att.aft + dme2 + 3.1.200-oss + + + javax.jms + jms + + + @@ -118,23 +254,23 @@ org.springframework - spring-core + spring-context ${spring.version} org.springframework - spring-context - ${spring.version} + spring-expression + 4.3.18.RELEASE org.springframework spring-webmvc - ${spring.version} + 4.3.18.RELEASE org.springframework - spring-web - ${spring.version} + spring-core + 4.3.18.RELEASE javax.servlet @@ -158,7 +294,7 @@ org.apache.zookeeper zookeeper - 3.4.6 + 3.4.10 @@ -171,9 +307,14 @@ org.apache.kafka - kafka_2.10 - 0.8.2.1 + kafka_2.11 + 0.11.0.3 + + com.google.guava + guava + 23.6.1-jre + com.att.eelf @@ -186,19 +327,46 @@ com.att.nsa nsaServerLibrary 1.0.10 + + + org.apache.tomcat + tomcat-catalina + + + org.apache.tomcat.embed + tomcat-embed-core + + + org.apache.tomcat + tomcat-util + + + javax.mail + mail + + com.att.nsa saToolkit 0.0.1 + + com.sun.mail + javax.mail + 1.6.0 + + + + javax.activation + activation + + + - + @@ -218,15 +386,21 @@ org.apache.httpcomponents - httpclient - 4.4.1 + httpclient + 4.5.3 org.apache.httpcomponents - httpclient-cache - 4.4.1 + httpclient-cache + 4.5.3 + + + org.apache.httpcomponents + httpcore + 4.4.1 - + + jline @@ -237,26 +411,62 @@ org.apache.curator curator-recipes - 2.6.0 + 4.0.1 org.apache.curator curator-test - 2.6.0 + 4.0.1 + - com.att.aft - dme2 - 3.1.200 + com.google.code.gson + gson + 2.8.0 + + + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + test + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.1 + + + + org.powermock + powermock-api-mockito + 1.6.4 + test + + + + org.powermock + powermock-module-junit4 + 1.6.4 + test + + + + org.powermock + powermock-module-junit4-rule + 1.6.4 + test + + + org.mockito + mockito-core + 1.10.19 + test - - com.google.code.gson - gson - 2.8.0 - DMaaP @@ -281,6 +491,71 @@ + + 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 + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + org.apache.maven.plugins maven-javadoc-plugin @@ -309,30 +584,56 @@ - + org.apache.maven.plugins maven-surefire-plugin 2.12.4 - - **/DME2*.java + - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + @@ -358,4 +659,4 @@ maven-deploy-plugin 2.5 true --> - \ No newline at end of file +