Pick up odlparent/yangtools snapshots
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / module-info.java
index 1973901ae424ef192f2fa1fe206d8f0a1592871b..6376925a41cc5eb67b0d8be20e3fc8abf0f40337 100644 (file)
@@ -42,7 +42,7 @@ module org.opendaylight.mdsal.binding.dom.codec.impl {
     // Annotations
     requires static com.github.spotbugs.annotations;
     requires static javax.inject;
-    requires static metainf.services;
     requires static org.eclipse.jdt.annotation;
+    requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
 }