Do not depend on osgi.annotation
[yangtools.git] / common / yang-common / src / main / java / module-info.java
index 8efdab8b766ca9579b5a4d993b1bf17adc51a6de..f0e1ef440cb03ae4636b93ac61d6f6ee87404e87 100644 (file)
@@ -35,5 +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;
+    requires static org.osgi.annotation.bundle;
 }