Bump odlparent to 10.0.1
[yangtools.git] / xpath / yang-xpath-impl / src / main / java / module-info.java
index c23c9bf0bc0a952de3172cae49149d26a1160d4c..2d3f20932fbbe5f97b0ea12d16ccb79587a6e5a6 100644 (file)
@@ -14,15 +14,15 @@ module org.opendaylight.yangtools.yang.xpath.impl {
     provides YangXPathParserFactory with AntlrXPathParserFactory;
 
     requires java.xml;
+    requires org.antlr.antlr4.runtime;
     requires org.opendaylight.yangtools.yang.common;
     requires org.opendaylight.yangtools.yang.xpath.api;
-    requires org.opendaylight.yangtools.yang.xpath.antlr;
     requires org.slf4j;
 
     // Annotations
     requires static com.github.spotbugs.annotations;
     requires static javax.inject;
-    requires static metainf.services;
+    requires static org.kohsuke.metainf_services;
     requires static org.eclipse.jdt.annotation;
     requires static org.osgi.service.component.annotations;
 }