X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b92d7efb71a9759400254073c7cfc04335a9d45f;hb=abee3032e0d0263ff6f97be0f9840f068c9efb9b;hp=ca7b43770b0b1ace873685d5a52f27aba82b94bf;hpb=d245aec3c055ddb1e9417ccddfc41b2d41884e35;p=dmaap%2Fmessagerouter%2Fmsgrtr.git diff --git a/pom.xml b/pom.xml index ca7b437..b92d7ef 100644 --- a/pom.xml +++ b/pom.xml @@ -1,58 +1,51 @@ - + 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.0.0-SNAPSHOT + 1.1.9-SNAPSHOT jar - Message Router + dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka - + org.onap.oparent oparent - 0.1.1 + 1.1.0 - + - 3.2.14.RELEASE + 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 - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - /content/sites/site/org/onap/dmaap/${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/** + /content/sites/site/org/onap/dmaap/messagerouter/msgrtr/${project.artifactId}/${project.version} + https://nexus.onap.org @@ -67,28 +60,144 @@ - - - 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.3.3 + junit @@ -96,6 +205,11 @@ 4.11 test + + com.att.aft + dme2 + 3.1.200-oss + @@ -133,23 +247,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 @@ -173,7 +287,7 @@ org.apache.zookeeper zookeeper - 3.4.6 + 3.4.10 @@ -186,9 +300,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 @@ -201,6 +320,20 @@ com.att.nsa nsaServerLibrary 1.0.10 + + + org.apache.tomcat + tomcat-catalina + + + org.apache.tomcat.embed + tomcat-embed-core + + + org.apache.tomcat + tomcat-util + + com.att.nsa @@ -209,11 +342,8 @@ - + @@ -233,15 +363,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 @@ -252,26 +388,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 @@ -336,116 +508,56 @@ - + org.apache.maven.plugins maven-surefire-plugin 2.12.4 - - **/DME2*.java + - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - - - 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.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + @@ -471,4 +583,4 @@ maven-deploy-plugin 2.5 true --> - \ No newline at end of file +