Clean up dependencies
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / module-info.java
index 3c37cf6762d63dc145d4ee823874d9604ee6fa47..8d9ab777f9b08b2a3c92ca981aa0292ca7fa62bc 100644 (file)
@@ -14,10 +14,10 @@ module org.opendaylight.mdsal.binding.runtime.api {
     requires transitive org.opendaylight.yangtools.yang.binding;
     requires transitive org.opendaylight.yangtools.yang.repo.api;
     requires transitive org.opendaylight.yangtools.yang.repo.spi;
+    requires transitive org.opendaylight.yangtools.rfc8040.model.api;
     requires transitive org.opendaylight.mdsal.binding.model.api;
     requires org.slf4j;
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
-    requires static com.github.spotbugs.annotations;
 }