X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=fd7afd31ae73d7b87fe79a7263c4c5b0447ea438;hb=2c02da8350d95f459fb241d4c333a2a9cabc159a;hp=976de89d24b3a285d081cc7d1795e551318df743;hpb=886cd982dff59ef087b94a3b6eb0e4be37259019;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 976de89d..fd7afd31 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,19 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.16-SNAPSHOT + 2.1.22 aaf-authz pom org.onap.oparent oparent - 2.0.0 + + 3.0.1 @@ -49,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 @@ -237,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 @@ -342,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} + +