Fixup rfc8528-data-api module-info 51/93851/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Nov 2020 23:03:20 +0000 (00:03 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Nov 2020 00:22:09 +0000 (01:22 +0100)
We depend on annotations, make sure to express that.

Change-Id: Ifbd45b538808382228631635d24bd0dac273406c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/rfc8528-data-api/src/main/java/module-info.java

index 7124deb4e6577a91026af8e60f242ecb29e34844..ae9b79b793e7500c84379c3279dafbfc7c708452 100644 (file)
@@ -14,4 +14,7 @@ module org.opendaylight.yangtools.rfc8528.data.api {
     requires transitive org.opendaylight.yangtools.yang.parser.api;
 
     requires org.opendaylight.yangtools.util;
+
+    // Annotations
+    requires static transitive org.eclipse.jdt.annotation;
 }