Skip to content

Commit 761c0ed

Browse files
authored
Merge pull request #32 from Kiramind/patch-1
Replace jsr250 with lib integrated in java
2 parents 7f34285 + a6a3080 commit 761c0ed

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)