X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a45ca53d8fae222e4b33aaf30bd604b7e2a79c15;hb=d783a7c74aedd340358e34e0e5c2e84ec459e37e;hp=989043e1c01f987e713b8f01205af7607cf9c3af;hpb=b4968a03494fbb5a68433173d6b96193b423cd84;p=dmaap%2Fkafka11aaf.git diff --git a/pom.xml b/pom.xml index 989043e..a45ca53 100644 --- a/pom.xml +++ b/pom.xml @@ -16,13 +16,13 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 org.onap.dmaap.kafka kafka11aaf - 1.0.0-SNAPSHOT - kafka11aaf + 0.0.2-SNAPSHOT + dmaap-kafka11aaf Apache License Version 2.0 @@ -40,6 +40,28 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + org.apache.maven.plugins maven-site-plugin @@ -53,11 +75,8 @@ - + org.apache.maven.plugins @@ -90,19 +109,33 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - false - - - injected-nexus-deploy - none - - - - + + org.sonatype.plugins + nexus-staging-maven-plugin + false + + + injected-nexus-deploy + none + + + + + maven-deploy-plugin + 2.8 + + + default-deploy + none + + + + + + + + + com.spotify docker-maven-plugin @@ -190,12 +223,36 @@ + + org.apache.maven.plugins + maven-assembly-plugin + 2.4.1 + + + + jar-with-dependencies + + + kafka11aaf + + + + make-assembly + + package + + single + + + + + UTF-8 - 0.0.1 + 0.0.2 /content/sites/site/org/onap/dmaap/kafka0111/${project.artifactId}/${project.version} true true @@ -212,6 +269,53 @@ + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.2 + + + org.slf4j + slf4j-api + 1.7.2 + + + org.slf4j + slf4j-simple + 1.7.2 + runtime + + + org.apache.kafka + kafka_2.11 + 0.11.0.3 + + + 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 +