Skip to content

Commit a6a3080

Browse files
authored
Replace jsr250 with lib integrated in java
1 parent 7f34285 commit a6a3080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dataenum-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</dependency>
2323
<dependency>
2424
<groupId>javax.annotation</groupId>
25-
<artifactId>jsr250-api</artifactId>
26-
<version>1.0</version>
25+
<artifactId>javax.annotation-api</artifactId>
26+
<version>1.3.2</version>
2727
</dependency>
2828

2929
<dependency>

0 commit comments

Comments
 (0)