summaryrefslogtreecommitdiffstats
path: root/controlloop/common/eventmanager/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-02 14:53:43 +0000
committerliamfallon <liam.fallon@est.tech>2023-02-02 18:03:35 +0000
commit70ddcbe8e34eda99a7e6e9f383cc78a0d6f0cbd2 (patch)
tree491c8cbafdea48b8e9d82e003488572fd9317883 /controlloop/common/eventmanager/pom.xml
parent0d52472a24ba317d6c96fcd215c7f2a2b6bd43f8 (diff)
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533 Change-Id: Ica9b02be76ba45461e615e806d779b0799681680 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'controlloop/common/eventmanager/pom.xml')
-rw-r--r--controlloop/common/eventmanager/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml
index a0be107fd..dd2a42028 100644
--- a/controlloop/common/eventmanager/pom.xml
+++ b/controlloop/common/eventmanager/pom.xml
@@ -3,7 +3,7 @@
eventmanager
================================================================================
Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2019 Nordix Foundation.
+ Modifications Copyright (C) 2019,2023 Nordix Foundation.
Modifications Copyright (C) 2019-2020 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,9 +34,8 @@
<dependencies>
<dependency>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>org.eclipse.persistence.jpa</artifactId>
- <scope>provided</scope>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>