Bump odlparent to 11.0.0-SNAPSHOT
[yangtools.git] / xpath / yang-xpath-impl / src / main / java / module-info.java
index 8ecdf8eec53303feb7f95c85549c21c013fe10c8..2dd0c08780bb4eef17a0e343a81342b625f676fa 100644 (file)
@@ -22,7 +22,7 @@ module org.opendaylight.yangtools.yang.xpath.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;
 }