Fixup mdsal-binding-model-api module definition 00/100600/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Apr 2022 10:08:44 +0000 (12:08 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 26 Apr 2022 15:47:39 +0000 (15:47 +0000)
We require SLF4J, make sure to mention that.

Change-Id: Ibbdb5438ef60f4c5fc70c590e3fdfdbe2c0c4b8f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 1fb0ef088e1f0fad38c40bebfff520e10ca1a6f6)

binding/mdsal-binding-model-api/src/main/java/module-info.java

index 6b58067c149dbe85ceb24f40e3a59dabbc83ec47..2a82ab3c124b31c674146d9ede35df1f97903964 100644 (file)
@@ -11,6 +11,7 @@ module org.opendaylight.mdsal.binding.model.api {
 
     requires transitive org.opendaylight.yangtools.concepts;
     requires transitive org.opendaylight.yangtools.yang.model.api;
+    requires org.slf4j;
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;