summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris André <chris.andre@yoppworks.com>2020-07-15 16:20:45 -0400
committerChris André <chris.andre@yoppworks.com>2020-07-15 16:20:45 -0400
commit0c325035e3368520073a4eae8732f82cc24d2418 (patch)
tree06b6bfea22fdae992729aac9066a0182f56415ec
parent62a9584c65fed7847d6c49f32ee4a0c0e67a3638 (diff)
Java 11 Migration
- 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
-rw-r--r--sparkybe-onap-application/pom.xml2
-rw-r--r--sparkybe-onap-service/pom.xml20
2 files changed, 20 insertions, 2 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml
index 485542f..9f179f9 100644
--- a/sparkybe-onap-application/pom.xml
+++ b/sparkybe-onap-application/pom.xml
@@ -229,7 +229,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
- <version>2.6.2</version>
+ <version>2.7.7</version>
</dependency>
<dependency>
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index 7a25a9f..909e641 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -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>