Reactor requires org.eclipse.jdt.annotation 77/93477/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 30 Oct 2020 01:26:11 +0000 (02:26 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 30 Oct 2020 08:52:51 +0000 (08:52 +0000)
We are using these, let's not rely on them coming in transitively.

Change-Id: I00822ab34d6040905144adc6305e02f85adf40ab
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-reactor/src/main/java/module-info.java

index 63fbce838b7bef006331d80f13329e1457087adf..08f1d3548f4186bdaec5be7c468dcd0d6a113fc1 100644 (file)
@@ -11,4 +11,7 @@ module org.opendaylight.yangtools.yang.parser.reactor {
     requires transitive org.opendaylight.yangtools.yang.parser.spi;
     requires org.opendaylight.yangtools.yang.model.util;
     requires org.opendaylight.yangtools.util;
+
+    // Annotations
+    requires static org.eclipse.jdt.annotation;
 }