Migrate yang-xpath-antlr to bnd-parent
[yangtools.git] / xpath / yang-xpath-antlr / src / main / java / module-info.java
index 5d01f72d36d9e72bd0059c49f97824fe5a12233b..5d25431cc6cd727b7a8bdd2bcd43096dae17a12b 100644 (file)
@@ -9,4 +9,7 @@ module org.opendaylight.yangtools.yang.xpath.antlr {
     exports org.opendaylight.yangtools.yang.xpath.antlr;
 
     requires transitive org.antlr.antlr4.runtime;
+
+    // Annotations
+    requires static org.osgi.annotation.bundle;
 }