X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=PolicyEngineAPI%2Fpom.xml;h=12355528950305382db81b8d041f8b596f2ccb81;hb=6948fd05228982459ead8609f4bea3097c860fbf;hp=6bde8fb07becefb6c2e243ec172ade2e01d692b9;hpb=dbfa1570cd26d19b346287a6fb06f2d8a03f4a06;p=policy%2Fengine.git diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 6bde8fb07..123555289 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,22 @@ org.glassfish javax.json - 1.0.4 + 1.1.4 + + + javax.xml.bind + jaxb-api + ${version.javax.bind} + + + org.glassfish.jaxb + jaxb-runtime + 2.3.2 + + + javax.activation + javax.activation-api + 1.2.0 org.apache.httpcomponents @@ -82,6 +97,20 @@ org.onap.policy.engine ONAP-XACML ${project.version} + + + javax.xml.parsers + jaxp-api + + + xml-apis + xml-apis + + + javax.xml + jaxp-api + + @@ -90,8 +119,7 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${java.version}