From: Dan Timoney Date: Thu, 5 Dec 2024 20:57:17 +0000 (-0500) Subject: Create java 11 version of GRA client library X-Git-Tag: 3.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F139660%2F1;p=sdnc%2Fnorthbound.git Create java 11 version of GRA client library Update configuration to compile the generic-resource-api client library for java 11 instead of for java 17 Issue-ID: SDNC-1850 Signed-off-by: Dan Timoney Change-Id: Ib2954f7bd4e64f510a548128dd181aac2fa7e83a --- diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index 04bc58e8..91779079 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -18,7 +18,7 @@ http://wiki.onap.org - 17 + 11 3.0.0-M8 3.0.0-M8 5.1.1 @@ -50,6 +50,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + io.swagger swagger-codegen-maven-plugin