Bump odlparent to 8.1.8
[yangtools.git] / yang / yang-xpath-impl / src / main / java / module-info.java
index bddfdf310d63107a4c68c5d70df71d1739354ae1..b5ce954aeda10842840495fde5395ba5c451ee00 100644 (file)
@@ -18,6 +18,8 @@ module org.opendaylight.yangtools.yang.xpath.impl {
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
+    requires static org.eclipse.jdt.annotation;
     requires static javax.inject;
     requires static metainf.services;
     requires static org.osgi.service.component.annotations;