ServiceGroupIdentifier should be a record
[mdsal.git] / singleton-service / mdsal-singleton-common-api / src / main / java / module-info.java
index b2d5fbd07e26be45e1cb2939803e885761410f3b..b704978e31271e2a7b40bf7d4434fcec54808799 100644 (file)
@@ -9,7 +9,6 @@ module org.opendaylight.mdsal.singleton.common.api {
     exports org.opendaylight.mdsal.singleton.common.api;
 
     requires transitive org.opendaylight.yangtools.concepts;
-    requires org.opendaylight.yangtools.util;
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;