Bump odlparent to 10.0.1
[yangtools.git] / data / yang-data-tree-ri / src / main / java / module-info.java
index 11b16e6e6d8d859de9893ed63083e9f32e900a21..27ce4d3805442cb74b31a254b4360582d64db982 100644 (file)
@@ -25,7 +25,7 @@ module org.opendaylight.yangtools.yang.data.tree {
     // 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;
 }