Bump odlparent to 11.0.0-SNAPSHOT
[yangtools.git] / data / yang-data-tree-ri / src / main / java / module-info.java
index 532577533a73023f5bf76de1d2f401eb8913b9ab..27ce4d3805442cb74b31a254b4360582d64db982 100644 (file)
@@ -23,8 +23,9 @@ 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.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
     requires static javax.inject;
-    requires static metainf.services;
 }