Pick up odlparent/yangtools snapshots
[mdsal.git] / binding / mdsal-binding-generator / src / main / java / module-info.java
index 11b8bfcf011e5a737805b051f30b80be952a0e93..4d641e39fe3e10163dcef66a9df9603ff7b4dbe4 100644 (file)
@@ -36,6 +36,6 @@ module org.opendaylight.mdsal.binding.generator {
     requires static transitive org.eclipse.jdt.annotation;
     requires static com.github.spotbugs.annotations;
     requires static javax.inject;
-    requires static metainf.services;
+    requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
 }