android-test
android-test copied to clipboard
Migrate tomcat's annotation-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.
See https://github.com/apache/tomcat/commit/4ed2dc843a59ef204f93082d610f8d6f547051ab.