Clean up dependency declarations
[yangtools.git] / yang / yang-repo-spi / src / main / java / module-info.java
index f3c0220090746a5dbaf6f57fd66a9c8f048ceb47..805b7b165ed982f659d62b51ea3ad212e101520d 100644 (file)
@@ -17,6 +17,5 @@ module org.opendaylight.yangtools.yang.repo.spi {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
-    requires static com.github.spotbugs.annotations;
     requires static org.checkerframework.checker.qual;
 }