diff --git a/error-prone-contrib/pom.xml b/error-prone-contrib/pom.xml index 122e0c8a..f8bb856d 100644 --- a/error-prone-contrib/pom.xml +++ b/error-prone-contrib/pom.xml @@ -122,6 +122,11 @@ jakarta.servlet-api test + + javax.annotation + javax.annotation-api + provided + javax.inject javax.inject diff --git a/pom.xml b/pom.xml index ed605231..cc224266 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ 1.0.1 0.11.0 1.1.4 - 1.11.2 + 1.12.0 3.2.3 @@ -384,6 +384,11 @@ jakarta.servlet-api 6.1.0 + + javax.annotation + javax.annotation-api + 1.3.2 + javax.inject javax.inject @@ -1300,6 +1305,7 @@ GPL-2.0-with-classpath-exception | CDDL/GPLv2+CE + | CDDL + GPLv2 with classpath exception | GNU General Public License, version 2 (GPL2), with the classpath exception | GNU General Public License, version 2, with the Classpath Exception | GPL2 w/ CPE diff --git a/refaster-runner/pom.xml b/refaster-runner/pom.xml index ddacd89c..d7c40e1d 100644 --- a/refaster-runner/pom.xml +++ b/refaster-runner/pom.xml @@ -58,6 +58,11 @@ guava provided + + javax.annotation + javax.annotation-api + test + javax.inject javax.inject diff --git a/refaster-test-support/pom.xml b/refaster-test-support/pom.xml index 0bbfb907..e1b2d699 100644 --- a/refaster-test-support/pom.xml +++ b/refaster-test-support/pom.xml @@ -50,6 +50,11 @@ com.google.guava guava + + javax.annotation + javax.annotation-api + test + javax.inject javax.inject