Bump odlparent to 9.0.11
[yangtools.git] / yang / yang-repo-spi / src / main / java / module-info.java
index 9fd71e14187f54e3a6467e7713884e7f400ceb0e..f5d5453bd558ff036a06bf2ea42eb045d3c3e0c3 100644 (file)
@@ -18,4 +18,6 @@ module org.opendaylight.yangtools.yang.repo.spi {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
+    requires static org.checkerframework.checker.qual;
 }