From 400aed4ddd71657b6c81bb6ec95b1fac2ad63e8e Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Fri, 21 Aug 2020 06:56:48 +0200 Subject: fixes for J11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix pom files for J11 compile issues Issue-ID: CCSDK-2680 Signed-off-by: Michael Dürre Change-Id: Iaa7a426cdf947288af64d41a94d954a933217332 Signed-off-by: Michael Dürre --- .../modules/blueprints/blueprint-proto/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/modules/blueprints') diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index b71085f3d..88f7633a6 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -38,6 +38,11 @@ com.github.marcoferrer.krotoplus kroto-plus-coroutines + + javax.annotation + jsr250-api + 1.0 + @@ -52,6 +57,7 @@ ${project.basedir}/../../../../../components/model-catalog/proto-definition/proto + 11 @@ -66,8 +72,7 @@ grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}