Do not require spotbugs transitively
[mdsal.git] / binding / yang-binding / src / main / java / module-info.java
index c4015e8eae242f45e032ad520ead84b020bf444a..2aba738bf7a280bde49277dd88b17a7e329ba277 100644 (file)
@@ -16,8 +16,6 @@ module org.opendaylight.yangtools.yang.binding {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
-    // FIXME: yeah, because ... we use this in public classes, so tools need
-    //        to resolve it. Why exactly?!
-    requires static transitive com.github.spotbugs.annotations;
+    requires static com.github.spotbugs.annotations;
     requires static org.checkerframework.checker.qual;
 }