X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=55c36e0208ae00ea456360815bf07773290decc9;hb=7a5fdca11e589dcba2ce3240f203f0f70d7775ba;hp=753fc02c92f90d11e627e9c65075aa6d41b603e7;hpb=fbcac9be97567ca19b1018861d1ab37d2dea769f;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 753fc02c..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,7 +59,7 @@ org.apache.maven.plugins maven-deploy-plugin - false + true @@ -131,6 +124,7 @@ + @@ -207,13 +201,13 @@ aaf-cadi-core ${project.version} - + org.onap.aaf.authz aaf-cadi-client ${project.version} - + org.onap.aaf.authz aaf-cadi-aaf @@ -236,48 +230,23 @@ org.onap.aaf.authz aaf-cadi-cass ${project.version} - + + javax.servlet javax.servlet-api 3.0.1 - - + org.slf4j @@ -338,7 +307,7 @@ mail 1.4.7 - + org.mockito mockito-all @@ -352,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 @@ -397,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 + + +