Migrate common/util to bnd-parent
[yangtools.git] / common / util / src / main / java / module-info.java
index de64f4ef03d0632a59261eb4d79ead3647f50785..b5fdf33e74e0f2b01ad677d8e1d9029ff48f88a8 100644 (file)
@@ -24,4 +24,5 @@ module org.opendaylight.yangtools.util {
     requires static org.checkerframework.checker.qual;
     requires static org.gaul.modernizer_maven_annotations;
     requires static org.immutables.value.annotations;
+    requires static org.osgi.annotation.bundle;
 }