X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=55c36e0208ae00ea456360815bf07773290decc9;hb=7a105626c48be59154180a90f079c96bbc52b1c7;hp=8d920b0961da53c7e602c59f26f7277bd1795263;hpb=7cd0977156eca54c62ba9a5776038144375e292a;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 8d920b09..55c36e02 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,14 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.14-SNAPSHOT + 2.1.16-SNAPSHOT aaf-authz pom org.onap.oparent oparent - 2.0.0 + 2.1.0 @@ -41,13 +41,6 @@ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} false - - 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/** @@ -66,17 +59,7 @@ org.apache.maven.plugins maven-deploy-plugin - false - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging + true @@ -141,6 +124,7 @@ + @@ -217,13 +201,13 @@ aaf-cadi-core ${project.version} - + org.onap.aaf.authz aaf-cadi-client ${project.version} - + org.onap.aaf.authz aaf-cadi-aaf @@ -246,48 +230,23 @@ org.onap.aaf.authz aaf-cadi-cass ${project.version} - + + javax.servlet javax.servlet-api 3.0.1 - - + org.slf4j @@ -348,7 +307,7 @@ mail 1.4.7 - + org.mockito mockito-all @@ -362,34 +321,30 @@ ${powermock.version} test - + org.powermock powermock-api-mockito ${powermock.version} test - + log4j log4j 1.2.17 - + junit junit 4.10 test - + - - - - ecomp-releases @@ -407,4 +362,46 @@ + + + build-docker + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + Docker Build + + exec + + + + + true + bash + echo "No Docker Here" + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + true + + + + + + + auth-client + misc + cadi + auth + auth/docker + + +