Bump odlparent to 13.0.0
[mdsal.git] / binding / yang-binding / src / main / java / module-info.java
index 2aba738bf7a280bde49277dd88b17a7e329ba277..c4015e8eae242f45e032ad520ead84b020bf444a 100644 (file)
@@ -16,6 +16,8 @@ module org.opendaylight.yangtools.yang.binding {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
-    requires static com.github.spotbugs.annotations;
+    // 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 org.checkerframework.checker.qual;
 }