We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d16e02 commit bd151bcCopy full SHA for bd151bc
pom.xml
@@ -48,6 +48,7 @@
48
<protobuf.version>3.10.0</protobuf.version>
49
<grpc.version>1.42.1</grpc.version>
50
<slf4j.version>1.7.36</slf4j.version>
51
+ <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
52
53
<!-- Test libs -->
54
<junit.version>4.12</junit.version>
@@ -94,6 +95,14 @@
94
95
<version>${slf4j.version}</version>
96
</dependency>
97
98
+
99
+ <!-- workaround for compile in JDK 11 -->
100
+ <dependency>
101
+ <groupId>javax.annotation</groupId>
102
+ <artifactId>javax.annotation-api</artifactId>
103
+ <version>${javax.annotation-api.version}</version>
104
+ </dependency>
105
106
<!-- test-scope dependencies -->
107
<dependency>
108
<groupId>junit</groupId>
0 commit comments