From def6eff19818e5ab73261db4a006fcc78fe7c422 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 17 Feb 2021 10:33:25 -0500 Subject: Update for sparky-be to work on Java 11 Issue-ID: AAI-3011 Signed-off-by: wr148d Change-Id: Id105baed6bff4eebd22eec4ed1a1dfac76c95f1d Signed-off-by: wr148d --- sparkybe-onap-application/pom.xml | 5 ++--- sparkybe-onap-service/pom.xml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 79d3c70..7b4996f 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -14,7 +14,7 @@ jar - 1.8 + 1.11 org.onap.aai sparky-fe 1.5.0 @@ -486,8 +486,7 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index f8b76b6..b4fd702 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -13,7 +13,7 @@ jar - 1.8 + 1.11 org.onap.aai sparky-fe 1.3.0 @@ -389,8 +389,7 @@ some of the depedencies should probably have a scope of provided so they don't a org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 -- cgit 1.2.3-korg