Do not require spotbugs transitively
[mdsal.git] / binding / mdsal-binding-runtime-osgi / src / main / java / module-info.java
index fd6aba72bcebf091c7bdda66d7410c2ec8847490..f8b8a221b168f8aa1e3df44134c626e36eaee2d9 100644 (file)
@@ -18,7 +18,6 @@ module org.opendaylight.mdsal.binding.runtime.osgi {
     requires org.slf4j;
 
     // Annotations
-    requires static com.github.spotbugs.annotations;
     requires static org.checkerframework.checker.qual;
     requires static org.eclipse.jdt.annotation;
     requires static org.osgi.service.component.annotations;