Skip to content

Commit 9eb33e6

Browse files
committed
Migrate tomcat's annotatio-api to a new version
Migrate org.apache.tomcat:annotations-api to org.apache.tomcat:tommcat-annotations-api to use newer versions that rename javax.annotation to jakarta.annotation to avoid duplicated class javax.annotation with other dependencies. This CL selects the first stable version 10.0.0 that renames javax.annotation. Signed-off-by: utzcoz <[email protected]>
1 parent 8a5a91f commit 9eb33e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ maven_install(
158158
"com.squareup:javapoet:1.9.0",
159159
"io.grpc:grpc-okhttp:1.54.1",
160160
"io.grpc:grpc-stub:1.54.1",
161-
"org.apache.tomcat:annotations-api:6.0.53",
161+
"org.apache.tomcat:tomcat-annotations-api:10.0.0",
162162
"javax.annotation:javax.annotation-api:1.3.1",
163163
"javax.inject:javax.inject:1",
164164
"joda-time:joda-time:2.10.1",

0 commit comments

Comments
 (0)