Add guava to yang-parser-spi requirements
[yangtools.git] / yang / yang-parser-spi / src / main / java / module-info.java
index 82ae235b78d98da46814d1aa711c7d70809af2a6..e7dbb22154becbdf539cfa7c6a54753b3296e0ed 100644 (file)
@@ -12,4 +12,11 @@ module org.opendaylight.yangtools.yang.parser.spi {
     exports org.opendaylight.yangtools.yang.parser.spi.validation;
 
     requires transitive org.opendaylight.yangtools.yang.model.api;
+    requires com.google.common;
+    requires org.opendaylight.yangtools.yang.common;
+    requires org.slf4j;
+
+    // Annotations
+    requires static com.github.spotbugs.annotations;
+    requires static org.eclipse.jdt.annotation;
 }