Bump odlparent to 9.0.11
[yangtools.git] / data / yang-data-tree-ri / src / main / java / module-info.java
index 532577533a73023f5bf76de1d2f401eb8913b9ab..11b16e6e6d8d859de9893ed63083e9f32e900a21 100644 (file)
@@ -23,6 +23,7 @@ module org.opendaylight.yangtools.yang.data.tree {
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
     requires static org.eclipse.jdt.annotation;
     requires static org.osgi.service.component.annotations;
     requires static javax.inject;