From: Michael Dürre Date: Fri, 21 Aug 2020 04:56:48 +0000 (+0200) Subject: fixes for J11 X-Git-Tag: 1.0.0~52 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=400aed4ddd71657b6c81bb6ec95b1fac2ad63e8e;p=ccsdk%2Fcds.git fixes for J11 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 --- 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} io.grpc @@ -122,4 +127,33 @@ logback-classic + + + + + maven-surefire-plugin + + + default-test + test + + test + + + -Djdk.attach.allowAttachSelf=true ${surefireArgLine} + + **/IT*.java + + + + + + ${surefireArgLine} + + **/IT*.java + + + + +