Clean up dependency declarations
[yangtools.git] / codec / yang-data-codec-binfmt / src / main / java / module-info.java
index ec77f1070614c6ec6630d5ec2efc36e25d5f6f52..8b1582976a7c6d610b27ecf3c4a40fccd9c83936 100644 (file)
@@ -19,6 +19,5 @@ module org.opendaylight.yangtools.yang.data.codec.binfmt {
     requires org.slf4j;
 
     // Annotations
-    requires static com.github.spotbugs.annotations;
     requires static org.eclipse.jdt.annotation;
 }