Use version 2.5.3 parent poms
[sdnc/northbound.git] / generic-resource-api / client / pom.xml
index 7e4d8e9..8b1a4a9 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>client-parent</artifactId>
-        <version>2.5.1</version>
+        <version>2.5.3</version>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <url>http://wiki.onap.org</url>
 
     <properties>
+        <java.version>17</java.version>
+        <maven-surefire-plugin.version>3.0.0-M8</maven-surefire-plugin.version>
+        <maven-failsafe-plugin.version>3.0.0-M8</maven-failsafe-plugin.version>
+        <bundle.plugin.version>5.1.1</bundle.plugin.version>
+        <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
+        <checkstyle.plugin.version>3.2.1</checkstyle.plugin.version>
         <api.name>generic-resource</api.name>
-        <jackson.version>2.9.5</jackson.version>
-        <jaxb.version>2.2.11</jaxb.version>
+        <jackson.version>2.14.2</jackson.version>
+        <jaxb.version>2.3.1</jaxb.version>
     </properties>
 
     <dependencies>
             <version>${jaxb.version}</version>
         </dependency>
         <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-core</artifactId>
-            <version>${jaxb.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-            <version>${jaxb.version}</version>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.18.26</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>