Narrow down SuppressFBWarnings in ModelProcessingPhase
[yangtools.git] / yang / yang-parser-spi / src / main / java / module-info.java
index 82ae235b78d98da46814d1aa711c7d70809af2a6..a7a6b2d74db3f4ac9b16ae9a388142bd60c88171 100644 (file)
@@ -12,4 +12,9 @@ module org.opendaylight.yangtools.yang.parser.spi {
     exports org.opendaylight.yangtools.yang.parser.spi.validation;
 
     requires transitive org.opendaylight.yangtools.yang.model.api;
+    requires org.slf4j;
+
+    // Annotations
+    requires static com.github.spotbugs.annotations;
+    requires static org.eclipse.jdt.annotation;
 }