diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-08-21 06:56:48 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-08-24 17:15:13 +0000 |
commit | 400aed4ddd71657b6c81bb6ec95b1fac2ad63e8e (patch) | |
tree | 8c9282db000dd7dba09a988791f6930b433f4eea /ms/blueprintsprocessor/modules | |
parent | be1fce412990f8e8f2ff8d338c50e29fdf47e8ad (diff) |
fixes for J11
fix pom files for J11 compile issues
Issue-ID: CCSDK-2680
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Iaa7a426cdf947288af64d41a94d954a933217332
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules')
-rw-r--r-- | ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
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 @@ <groupId>com.github.marcoferrer.krotoplus</groupId> <artifactId>kroto-plus-coroutines</artifactId> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>jsr250-api</artifactId> + <version>1.0</version> + </dependency> </dependencies> <build> @@ -52,6 +57,7 @@ </protocArtifact> <protoSourceRoot>${project.basedir}/../../../../../components/model-catalog/proto-definition/proto </protoSourceRoot> + <jvmTarget>11</jvmTarget> </configuration> <executions> <execution> @@ -66,8 +72,7 @@ </goals> <configuration> <pluginId>grpc-java</pluginId> - <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - </pluginArtifact> + <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact> </configuration> </execution> <!-- |