X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=applications%2Fcommon%2Fpom.xml;h=ca1e58edd1f1a9e247160f6d37ae14f2eea2d4af;hb=a839940feaf9fd1876d6ecda67857d8aba614570;hp=eb4279c5616d6eccfda70c483c647b4a6ba0c92d;hpb=e5b96659de057be812760e59d75564ce93447ca2;p=policy%2Fxacml-pdp.git diff --git a/applications/common/pom.xml b/applications/common/pom.xml index eb4279c5..ca1e58ed 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + 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. @@ -20,32 +20,28 @@ --> + 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.8.2-SNAPSHOT + 3.1.2 common - - junit - junit - test - org.mockito mockito-core test - javax.xml.bind - jaxb-api + jakarta.xml.bind + jakarta.xml.bind-api + provided org.glassfish.jaxb @@ -80,7 +76,20 @@ com.att.research.xacml xacml-pdp - 3.1.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}