X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=38d430256669f9f663c35d045fc28b2b373f50ce;hb=71ba4dc9540db18cc51e318df94c81e7b49613af;hp=1926eb0e13145243fe3794ab6d845e2dd993618f;hpb=321dce367d74092a0ba09930c3aa526abdbd5da8;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 1926eb0e..38d43025 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,19 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.16-SNAPSHOT + 2.7.2-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,19 +54,20 @@ 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 - - org.apache.maven.plugins - maven-deploy-plugin - - true - - org.sonarsource.scanner.maven sonar-maven-plugin @@ -244,16 +243,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 +369,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} + +