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