Migrate yang-xpath-api to bnd-parent
[yangtools.git] / xpath / yang-xpath-api / src / main / java / module-info.java
index 2c204126830388b03e558820e03d07ad1a8be052..b8fe35430c89b1b292a4cdd2ddaf3f997e319c0e 100644 (file)
@@ -18,4 +18,5 @@ module org.opendaylight.yangtools.yang.xpath.api {
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
     requires static com.github.spotbugs.annotations;
+    requires static org.osgi.annotation.bundle;
 }