Pick up odlparent/yangtools snapshots
[mdsal.git] / singleton-service / mdsal-singleton-dom-impl / src / main / java / module-info.java
index 664be7ba9ce3f36d8abece0641258fca9bcf078e..fcb4c9fcc4c0b6555f3e15415335bb69b60c17ea 100644 (file)
@@ -25,7 +25,7 @@ module org.opendaylight.mdsal.singleton.dom.impl {
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
     requires static javax.inject;
-    requires static metainf.services;
     requires static org.checkerframework.checker.qual;
+    requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
 }