X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a75307086e3553237bdf4ceea0e8ef3333ae8d69;hb=db3e010fec901487ca23199566ff205a523f7b45;hp=92d2260186ba42ab52fdb2fe948239240e256c3c;hpb=2c79dd1a45f46768bf908d9246f4480a7531974a;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 92d22601..a7530708 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,19 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.8-SNAPSHOT + 2.1.17-SNAPSHOT aaf-authz pom org.onap.oparent oparent - 1.2.1 + + 3.0.0-SNAPSHOT @@ -41,13 +46,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/** @@ -58,7 +56,8 @@ ${project.version} 9.4.12.v20180830 3.6.0 - + 2.3.1 + 3.0-b71 @@ -66,17 +65,7 @@ org.apache.maven.plugins maven-deploy-plugin - false - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging + true @@ -141,6 +130,7 @@ + @@ -176,12 +166,6 @@ ${project.version} - - - - - - org.onap.aaf.authz aaf-auth-client @@ -223,13 +207,13 @@ aaf-cadi-core ${project.version} - + org.onap.aaf.authz aaf-cadi-client ${project.version} - + org.onap.aaf.authz aaf-cadi-aaf @@ -252,48 +236,23 @@ org.onap.aaf.authz aaf-cadi-cass ${project.version} - + + javax.servlet javax.servlet-api 3.0.1 - - + org.slf4j @@ -354,7 +313,7 @@ mail 1.4.7 - + org.mockito mockito-all @@ -368,34 +327,47 @@ ${powermock.version} test - + org.powermock powermock-api-mockito ${powermock.version} test - + log4j log4j 1.2.17 - + junit junit 4.10 test - + + + + javax.xml.bind + jaxb-api + ${project.jaxbVersion} + + + org.glassfish.jaxb + jaxb-xjc + ${project.jaxbVersion} + + + org.glassfish.jaxb + jaxb-runtime + ${project.jaxbVersion} + + - - - - ecomp-releases @@ -413,4 +385,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 + + +