X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9c4c5c5c5c1acf6a3bc2f7a38e8e4561814e1cfa;hb=e5590c22a439f87a7609fe169087caf65cca03fe;hp=a4c985a006bb965900891e7626686af0a122cbaa;hpb=437dbc12410e956076bc067b8cc9e67de2b35b37;p=dmaap%2Fkafka11aaf.git diff --git a/pom.xml b/pom.xml index a4c985a..9c4c5c5 100644 --- a/pom.xml +++ b/pom.xml @@ -16,12 +16,12 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 org.onap.dmaap.kafka kafka11aaf - 1.0.0-SNAPSHOT + 0.0.2-SNAPSHOT kafka11aaf @@ -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 - maven-jar-plugin - 3.0.2 - + org.apache.maven.plugins @@ -90,6 +109,33 @@ + + 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 @@ -177,12 +223,65 @@ + + org.apache.maven.plugins + maven-assembly-plugin + 2.4.1 + + + + jar-with-dependencies + + + kafka11aaf + + + + make-assembly + + package + + single + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + org.onap.aaf.authz:aaf-cadi-client + org.onap.aaf.authz:aaf-misc-env + org.onap.aaf.authz:aaf-cadi-aaf + org.onap.aaf.authz:aaf-auth-client + org.onap.aaf.authz:aaf-cadi-core + org.onap.aaf.authz:aaf-misc-rosetta + + + + true + + + + + UTF-8 - 0.0.1 + 0.0.2 /content/sites/site/org/onap/dmaap/kafka0111/${project.artifactId}/${project.version} true true @@ -199,6 +298,53 @@ + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.2-SNAPSHOT + + + 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 +