From 52a18309fb3008f419335fb83fd0ef5011b15f7d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 8 Feb 2023 12:03:28 -0500 Subject: Resolve Java 17 compile issues Resolved java 17 compiliation issues Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney Change-Id: I9ca70b08fbed6bdd493c2a07abcfcdb77512d8d4 --- ms/vlantag-api/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ms/vlantag-api') diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 1ae4f1d8..cdf8101c 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -19,7 +19,7 @@ ${basedir}/target/main/resources/META-INF/resources/swagger-ui/dist 1.5.8 - 11 + 17 2.0.4.RELEASE 2.1.1 TBD:5100 @@ -33,7 +33,7 @@ ${maven.build.timestamp} onap/ccsdk-alpine-j11-image - 1.1.1 + 1.5-STAGING-latest @@ -104,9 +104,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate -- cgit 1.2.3-korg