Do not require spotbugs transitively
[mdsal.git] / dom / mdsal-dom-broker / src / main / java / module-info.java
index df0dbb282ef81864a4a956ab5fee60fd1db58cb3..fbb06d8fb304f1d4c223ece9040a209979e5ef6f 100644 (file)
@@ -22,6 +22,7 @@ module org.opendaylight.mdsal.dom.broker {
     // Annotations
     requires static transitive java.annotation;
     requires static transitive javax.inject;
+    requires static com.github.spotbugs.annotations;
     requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
     requires static org.osgi.service.metatype.annotations;