Skip to content

Commit

Permalink
Merge pull request #32 from Kiramind/patch-1
Browse files Browse the repository at this point in the history
Replace jsr250 with lib integrated in java
  • Loading branch information
pettermahlen authored Aug 13, 2020
2 parents 7f34285 + a6a3080 commit 761c0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataenum-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 761c0ed

Please sign in to comment.