Update mdsal-dom-api JPMS definition
[mdsal.git] / dom / mdsal-dom-spi / src / main / java / module-info.java
index beb30cba2294228684ba23896053fe3e40cdeaa5..535956ef55d0700067812ded18f907b88d96ba9b 100644 (file)
@@ -13,8 +13,10 @@ module org.opendaylight.mdsal.dom.spi {
 
     requires transitive org.opendaylight.mdsal.dom.api;
     requires org.opendaylight.yangtools.util;
+    requires org.slf4j;
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
     requires static com.github.spotbugs.annotations;
+    requires static org.checkerframework.checker.qual;
 }