Fix annotation imports
[yangtools.git] / yang / yang-model-api / src / main / java / module-info.java
index c6249544e083d17c9a07bfaa2be19c35f0041954..68710656df138d46ff82f988d3098e5f2985ec2a 100644 (file)
@@ -20,5 +20,6 @@ module org.opendaylight.yangtools.yang.model.api {
     requires org.slf4j;
 
     // Annotations
-    requires static org.eclipse.jdt.annotation;
+    requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
 }