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:
Ray J. Greenwell
2026-04-27 14:58:54 -07:00
parent 32809d2d79
commit 5e9f4d5a15
34 changed files with 34 additions and 39 deletions
-5
View File
@@ -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>