X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=cdeac0ccac722aa91761a47b43209cee4e032453;hb=9fa2e46e3f52b8c101a7cf7589553009cd0ae673;hp=77f31a3f00b41a19062fd3338a1aa0d1b7f78106;hpb=d86e3224e6a5af2bd2b713f93bea5e6677d3ebc2;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 77f31a3f..cdeac0cc 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,19 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.11-SNAPSHOT + 2.1.17-SNAPSHOT aaf-authz pom org.onap.oparent oparent - 1.2.2 + + 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/** @@ -57,8 +55,13 @@ 1.9.5 ${project.version} 9.4.12.v20180830 + 3.6.0 - + 2.3.1 + 3.0-b71 @@ -66,17 +69,7 @@ org.apache.maven.plugins maven-deploy-plugin - false - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging + true @@ -141,6 +134,7 @@ + @@ -217,13 +211,13 @@ aaf-cadi-core ${project.version} - + org.onap.aaf.authz aaf-cadi-client ${project.version} - + org.onap.aaf.authz aaf-cadi-aaf @@ -246,48 +240,44 @@ org.onap.aaf.authz aaf-cadi-cass ${project.version} - + + javax.servlet javax.servlet-api 3.0.1 - - + + + org.eclipse.jetty + jetty-servlet + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-server + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-http + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-io + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-security + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-util + ${project.jettyVersion} + org.slf4j @@ -348,7 +338,7 @@ mail 1.4.7 - + org.mockito mockito-all @@ -362,34 +352,64 @@ ${powermock.version} test - + org.powermock powermock-api-mockito ${powermock.version} test - + log4j log4j 1.2.17 - + junit junit 4.10 test - + + + + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.xml.bind + jaxb-api + ${project.jaxbVersion} + + + org.glassfish.jaxb + jaxb-xjc + ${project.jaxbVersion} + + + org.glassfish.jaxb + jaxb-runtime + ${project.jaxbVersion} + + - - - - ecomp-releases @@ -407,4 +427,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 + + +