Do not require spotbugs transitively
[mdsal.git] / yanglib / mdsal-yanglib-rfc8525 / src / main / java / module-info.java
index 7503121b6e06b8c82068180ffbfa2b3533939891..5ba1f1d37fb2df7950a401898f03e13bd6f709b7 100644 (file)
@@ -37,7 +37,6 @@ module org.opendaylight.mdsal.yanglib.rfc8525 {
     requires org.slf4j;
 
     // Annotations
-    requires static com.github.spotbugs.annotations;
     requires static javax.inject;
     requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;