From: wr148d Date: Wed, 17 Feb 2021 15:33:25 +0000 (-0500) Subject: Update for sparky-be to work on Java 11 X-Git-Tag: 2.0.1~4^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=def6eff19818e5ab73261db4a006fcc78fe7c422;p=aai%2Fsparky-be.git Update for sparky-be to work on Java 11 Issue-ID: AAI-3011 Signed-off-by: wr148d Change-Id: Id105baed6bff4eebd22eec4ed1a1dfac76c95f1d Signed-off-by: wr148d --- 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