Update module-info.java
[yangtools.git] / yang / yang-xpath-impl / src / main / java / module-info.java
index bddfdf310d63107a4c68c5d70df71d1739354ae1..f12145f5a55bdf7b80522202ddf1c8cca4bf0fdd 100644 (file)
@@ -13,6 +13,8 @@ module org.opendaylight.yangtools.yang.xpath.impl {
 
     provides YangXPathParserFactory with AntlrXPathParserFactory;
 
+    requires java.xml;
+    requires org.opendaylight.yangtools.yang.common;
     requires org.opendaylight.yangtools.yang.xpath.api;
     requires org.opendaylight.yangtools.yang.xpath.antlr;
     requires org.slf4j;
@@ -20,5 +22,6 @@ module org.opendaylight.yangtools.yang.xpath.impl {
     // Annotations
     requires static javax.inject;
     requires static metainf.services;
+    requires static org.eclipse.jdt.annotation;
     requires static org.osgi.service.component.annotations;
 }