We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
javax.*
1 parent c31664c commit 3348c55Copy full SHA for 3348c55
gradle/banned-dependencies.txt
@@ -26,6 +26,12 @@
26
27
# Contains old javax.* annotations that we do not want
28
com.google.code.findbugs:jsr305
29
+javax.annotation:javax.annotation-api
30
+javax.servlet:javax.servlet-api
31
+javax.servlet.jsp:jsp-api
32
+javax.validation:validation-api
33
+javax.ws.rs:jsr311-api
34
+
35
36
# See https://github.com/RoaringBitmap/RoaringBitmap/issues/749, should only use org.roaringbitmap:RoaringBitmap
37
com.github.RoaringBitmap.RoaringBitmap
0 commit comments