Skip to content

Commit 24690fe

Browse files
committed
Add javax annotations for build with java 11 and 17
1 parent 0f47ba4 commit 24690fe

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
@@ -221,5 +221,10 @@
221221
<version>1.7.3</version>
222222
<scope>test</scope>
223223
</dependency>
224+
<dependency>
225+
<groupId>javax.annotation</groupId>
226+
<artifactId>javax.annotation-api</artifactId>
227+
<version>1.3.2</version>
228+
</dependency>
224229
</dependencies>
225230
</project>

0 commit comments

Comments
 (0)