diff options
Diffstat (limited to 'applications/common')
-rw-r--r-- | applications/common/pom.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 1f63b02f..b9fab529 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. @@ -41,13 +41,11 @@ <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>4.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>4.0.2</version> </dependency> <dependency> <groupId>com.h2database</groupId> @@ -80,5 +78,18 @@ <artifactId>xacml-pdp</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core-jakarta</artifactId> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.inject</groupId> + <artifactId>jersey-hk2</artifactId> + </dependency> + <dependency> + <groupId>org.onap.policy.models</groupId> + <artifactId>policy-models-examples</artifactId> + <version>${policy.models.version}</version> + </dependency> </dependencies> </project> |