X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=applications%2Fcommon%2Fpom.xml;h=b9fab529f8bdc6d41b42775f4739c7a5fc6c231b;hb=d458ababc623efd5808eeba5aa5a2342600d8109;hp=dfb4973e9c2ff4c8dc311c8161dbbedc5268cc50;hpb=90b2d30c2546c1e79bb716fb97e479c076999693;p=policy%2Fxacml-pdp.git diff --git a/applications/common/pom.xml b/applications/common/pom.xml index dfb4973e..b9fab529 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,38 +20,32 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 org.onap.policy.xacml-pdp.applications applications - 2.3.4-SNAPSHOT + 3.1.2-SNAPSHOT common - junit - junit + org.mockito + mockito-core test - org.powermock - powermock-api-mockito2 - test - - - javax.xml.bind - jaxb-api - ${version.javax.bind} + jakarta.xml.bind + jakarta.xml.bind-api + provided org.glassfish.jaxb jaxb-runtime - ${version.javax.bind} com.h2database @@ -81,7 +76,20 @@ com.att.research.xacml xacml-pdp - 2.2.0 + 4.0.0 + + + org.hibernate + hibernate-core-jakarta + + + org.glassfish.jersey.inject + jersey-hk2 + + + org.onap.policy.models + policy-models-examples + ${policy.models.version}