Eliminate EntityOwnershipChange
[mdsal.git] / entityownership / mdsal-eos-dom-simple / src / main / java / module-info.java
index 6b0d7d896bbed94e4d58c6fc4e1671f594d0c7ad..08410399d94aaae9e0720b0283fc131143889eae 100644 (file)
@@ -18,10 +18,9 @@ module org.opendaylight.mdsal.eos.dom.simple {
     provides DOMEntityOwnershipService with SimpleDOMEntityOwnershipService;
 
     // Annotations
-    requires static com.github.spotbugs.annotations;
+    requires static javax.inject;
     requires static org.eclipse.jdt.annotation;
     requires static org.checkerframework.checker.qual;
-    requires static javax.inject;
-    requires static metainf.services;
+    requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
 }