aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2023-02-08 09:37:31 +0000
committerGerrit Code Review <gerrit@onap.org>2023-02-08 09:37:31 +0000
commitd3e54ffbaa87d51a007a98d3f3cd76d5a62042c6 (patch)
treee1ee5cea58c9a664adac54ab9b7643b650fe5b5d /pom.xml
parentc4f23fa97e161133db6692f6331dbea13077e47b (diff)
parent8b4cc76050c377e35c7e36580f3226c789bdc65d (diff)
Merge "Replace Eclipselink with Hibernate"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b9572d2b..3d68b706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
ONAP Policy Engine - XACML PDP
================================================================================
Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020 Nordix Foundation.
+ Modifications Copyright (C) 2020,2023 Nordix Foundation.
Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -114,6 +114,11 @@
<artifactId>policy-models-tosca</artifactId>
<version>${policy.models.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<distributionManagement>