Bump odlparent to 11.0.0-SNAPSHOT
[yangtools.git] / data / yang-data-tree-ri / src / main / java / module-info.java
index f12244cf472af0bfb21822f9e417d165069961c4..27ce4d3805442cb74b31a254b4360582d64db982 100644 (file)
@@ -15,6 +15,7 @@ module org.opendaylight.yangtools.yang.data.tree {
     provides DataTreeFactory with InMemoryDataTreeFactory;
 
     requires transitive org.opendaylight.yangtools.yang.data.tree.api;
+    requires org.opendaylight.yangtools.concepts;
     requires org.opendaylight.yangtools.yang.data.tree.spi;
     requires org.opendaylight.yangtools.yang.data.impl;
     requires org.opendaylight.yangtools.yang.data.spi;
@@ -22,8 +23,9 @@ module org.opendaylight.yangtools.yang.data.tree {
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
     requires static org.eclipse.jdt.annotation;
+    requires static org.kohsuke.metainf_services;
     requires static org.osgi.service.component.annotations;
     requires static javax.inject;
-    requires static metainf.services;
 }