Skip to content

Commit e2c728c

Browse files
committed
chore: Change javax dependency
1 parent b1bcbcd commit e2c728c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
<scope>provided</scope>
7373
</dependency>
7474
<dependency>
75-
<groupId>javax.inject</groupId>
76-
<artifactId>javax.inject</artifactId>
77-
<version>1</version>
75+
<groupId>javax.annotation</groupId>
76+
<artifactId>javax.annotation-api</artifactId>
77+
<version>1.3.2</version>
7878
</dependency>
7979

8080
<!-- Test dependencies -->

0 commit comments

Comments
 (0)