Bump odlparent to 8.1.8
[yangtools.git] / yang / yang-xpath-api / src / main / java / module-info.java
index 4cc2f8c0c3eccc93ed653ba253e481007005c79a..1e850a56c87783f55079b6a22bc2c86247f32252 100644 (file)
@@ -11,9 +11,10 @@ module org.opendaylight.yangtools.yang.xpath.api {
     // FIXME: it would be nice if we could live without java.xml here
     requires transitive java.xml;
     requires transitive org.opendaylight.yangtools.yang.common;
-
+    requires org.opendaylight.yangtools.concepts;
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
     requires static org.eclipse.jdt.annotation;
 }