Java 11 Migration 15/110215/2
authorChris André <chris.andre@yoppworks.com>
Wed, 15 Jul 2020 20:20:45 +0000 (16:20 -0400)
committerChris André <chris.andre@yoppworks.com>
Wed, 15 Jul 2020 20:20:45 +0000 (16:20 -0400)
- Upgraded libraries to their latest Java-11 compliant versions

Issue-ID: AAI-3011
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
Change-Id: I66737adf78ecf017ceb0fe050698755884e19b42

sparkybe-onap-application/pom.xml
sparkybe-onap-service/pom.xml

index 485542f..9f179f9 100644 (file)
         <dependency>
             <groupId>org.eclipse.persistence</groupId>
             <artifactId>eclipselink</artifactId>
-            <version>2.6.2</version>
+            <version>2.7.7</version>
         </dependency>
 
         <dependency>
index 7a25a9f..909e641 100644 (file)
@@ -218,7 +218,7 @@ some of the depedencies should probably have a scope of provided so they don't a
                <dependency>
                        <groupId>org.eclipse.persistence</groupId>
                        <artifactId>eclipselink</artifactId>
-                       <version>2.6.2</version>
+                       <version>2.7.7</version>
                </dependency>
 
                <dependency>
@@ -313,6 +313,24 @@ some of the depedencies should probably have a scope of provided so they don't a
                        </exclusions>
                </dependency>
 
+               <dependency>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
+                       <version>2.3.3</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>javax.json</groupId>
+                       <artifactId>javax.json-api</artifactId>
+                       <version>1.1</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.glassfish</groupId>
+                       <artifactId>javax.json</artifactId>
+                       <version>1.1</version>
+               </dependency>
+
                <!-- Test dependencies -->
 
                <dependency>