X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=applications%2Fcommon%2Fpom.xml;h=b9fab529f8bdc6d41b42775f4739c7a5fc6c231b;hb=d458ababc623efd5808eeba5aa5a2342600d8109;hp=14266f3f319893b6739c8ecd1194426f5f79c838;hpb=fabdeccda13ee7a284e483ca6649a5678188f9bd;p=policy%2Fxacml-pdp.git diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 14266f3f..b9fab529 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -3,6 +3,7 @@ ONAP ================================================================================ 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.4.0-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 - 3.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}