X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9e47ff07c04f159958b117d3031db9af7d00c14c;hb=6a1ddb5e38cf8fa29f84c4b6ac4172bc1063691a;hp=5e6c358619c5bfd01a495d71f9976344ce35d510;hpb=e9ae04800c417330c3e1c5dae45744f819f41130;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 5e6c3586..9e47ff07 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,19 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.15-SNAPSHOT + 2.1.19-SNAPSHOT aaf-authz pom org.onap.oparent oparent - 2.0.0 + + 3.0.1 @@ -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/** @@ -56,9 +54,17 @@ 1.5.1 1.9.5 ${project.version} - 9.4.12.v20180830 + 9.4.12.v20180830 + + 3.6.0 - + 2.3.1 + 3.0-b71 @@ -244,16 +250,37 @@ 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 @@ -349,6 +376,40 @@ 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} + + @@ -368,4 +429,47 @@ dav:${nexusproxy}${sitePath} + + + + 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 + + +