Stop using the old JSR250 annotation.
This will likely break a bunch of things because things further down the line were depending on narya bringing in this jar.
This commit is contained in:
@@ -23,11 +23,6 @@
|
||||
<artifactId>guice</artifactId>
|
||||
<version>5.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>jsr250-api</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- optional dependencies -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user