Migrate yang-common to bnd-parent
[yangtools.git] / common / yang-common / src / main / java / module-info.java
index f0e02075b5b7f0b5db21f023416950e936196008..8efdab8b766ca9579b5a4d993b1bf17adc51a6de 100644 (file)
@@ -35,4 +35,5 @@ module org.opendaylight.yangtools.yang.common {
     requires static transitive org.eclipse.jdt.annotation;
     requires static com.github.spotbugs.annotations;
     requires static org.checkerframework.checker.qual;
+    requires static osgi.annotation;
 }