Skip to content

Commit 3aa7b08

Browse files
committed
Add javax annotations for build with java 11 and 17
1 parent dad1185 commit 3aa7b08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,10 @@
226226
<version>1.7.3</version>
227227
<scope>test</scope>
228228
</dependency>
229+
<dependency>
230+
<groupId>javax.annotation</groupId>
231+
<artifactId>javax.annotation-api</artifactId>
232+
<version>1.3.2</version>
233+
</dependency>
229234
</dependencies>
230235
</project>

0 commit comments

Comments
 (0)