Require failureaccess 07/106607/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Jun 2023 18:19:33 +0000 (20:19 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Jun 2023 18:40:12 +0000 (20:40 +0200)
Eclipse is not happy about not being able to access

Change-Id: Iaf8345ed9ae7bce941a257058807fcc7f12f90ed
JIRA: MDSAL-750
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/module-info.java

index e12bfd71a710207b5e83a877a825f8f2c3ad1d8d..7856a49496a8f0436338b274e210ce47b712f443 100644 (file)
@@ -34,6 +34,7 @@ module org.opendaylight.mdsal.binding.dom.adapter {
     requires org.opendaylight.mdsal.binding.spec.util;
     requires org.opendaylight.mdsal.dom.spi;
     requires org.slf4j;
+    requires failureaccess;
 
     // OSGi is optional
     requires static org.osgi.framework;