Java 17 Upgrade

Issue-ID: POLICY-4668
Change-Id: If4e79224de61d66d7514f3abbd7b8bee1c3d5681
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml
index 37b73e1..f162629 100644
--- a/spring-utils/pom.xml
+++ b/spring-utils/pom.xml
@@ -3,6 +3,7 @@
   ONAP policy
   ================================================================================
   Copyright (C) 2022 Bell Canada. All rights reserved.
+  Modifications Copyright (C) 2023 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -26,12 +27,12 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-utils</artifactId>
     <name>spring-utils</name>
-    <description>This artifact contains the common spring related utilitiy classes to be used by multiple policy framework components.</description>
+    <description>This artifact contains the common spring related utility classes to be used by multiple policy framework components.</description>
 
     <dependencies>
         <dependency>
@@ -44,11 +45,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.hibernate</groupId>
-            <artifactId>hibernate-core</artifactId>
-        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file