aboutsummaryrefslogtreecommitdiffstats
path: root/applications/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r--applications/common/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml
index c4ddeb2b..c9254911 100644
--- a/applications/common/pom.xml
+++ b/applications/common/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
<artifactId>applications</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<artifactId>common</artifactId>
@@ -79,8 +79,8 @@
<version>4.0.0</version>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core-jakarta</artifactId>
+ <groupId>org.hibernate.orm</groupId>
+ <artifactId>hibernate-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>