Do not require spotbugs transitively
[mdsal.git] / dom / mdsal-dom-api / src / main / java / module-info.java
index de37454ad834d53d0b661c6ead5d87ff8011b748..96c88e0be4ca1ad4b47d23eeeb8869671ea4eeda 100644 (file)
@@ -21,7 +21,7 @@ module org.opendaylight.mdsal.dom.api {
     requires org.opendaylight.yangtools.util;
 
     // Annotations
-    requires static transitive com.github.spotbugs.annotations;
+    requires static com.github.spotbugs.annotations;
     requires static transitive org.checkerframework.checker.qual;
     requires static transitive org.eclipse.jdt.annotation;
 }