Bump odlparent to 8.1.8
[yangtools.git] / yang / yang-model-util / src / main / java / module-info.java
index 77c5563a2b4eb9e9829e5065a3430649f7cc1ec8..4c7b0d2e5fa6c8093adb06706586941c55461402 100644 (file)
@@ -13,5 +13,12 @@ module org.opendaylight.yangtools.yang.model.util {
     requires transitive org.opendaylight.yangtools.rfc7952.model.api;
 
     requires org.opendaylight.yangtools.util;
+    requires org.opendaylight.yangtools.yang.common;
+    requires org.opendaylight.yangtools.yang.model.api;
     requires org.slf4j;
+
+    // Annotations
+    requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
+    requires static org.checkerframework.checker.qual;
 }