Bump odlparent to 10.0.1
[yangtools.git] / xpath / yang-xpath-impl / src / main / java / module-info.java
index f12145f5a55bdf7b80522202ddf1c8cca4bf0fdd..2d3f20932fbbe5f97b0ea12d16ccb79587a6e5a6 100644 (file)
@@ -14,14 +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;
 }