X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-xpath-api%2Fsrc%2Fmain%2Fjava%2Fmodule-info.java;h=1e850a56c87783f55079b6a22bc2c86247f32252;hb=0fda46238b6a934a21541cf90151b99331d9801e;hp=4cc2f8c0c3eccc93ed653ba253e481007005c79a;hpb=3d577aa505a22bbe545920123b887ff2b0b03cfe;p=yangtools.git diff --git a/yang/yang-xpath-api/src/main/java/module-info.java b/yang/yang-xpath-api/src/main/java/module-info.java index 4cc2f8c0c3..1e850a56c8 100644 --- a/yang/yang-xpath-api/src/main/java/module-info.java +++ b/yang/yang-xpath-api/src/main/java/module-info.java @@ -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; }