X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=xpath%2Fyang-xpath-impl%2Fsrc%2Fmain%2Fjava%2Fmodule-info.java;h=2dd0c08780bb4eef17a0e343a81342b625f676fa;hb=refs%2Fchanges%2F59%2F100759%2F2;hp=8ecdf8eec53303feb7f95c85549c21c013fe10c8;hpb=85b43e277d2fc06997bda736ec2ca9fe8020e1ea;p=yangtools.git diff --git a/xpath/yang-xpath-impl/src/main/java/module-info.java b/xpath/yang-xpath-impl/src/main/java/module-info.java index 8ecdf8eec5..2dd0c08780 100644 --- a/xpath/yang-xpath-impl/src/main/java/module-info.java +++ b/xpath/yang-xpath-impl/src/main/java/module-info.java @@ -22,7 +22,7 @@ module org.opendaylight.yangtools.yang.xpath.impl { // Annotations requires static com.github.spotbugs.annotations; requires static javax.inject; - requires static metainf.services; requires static org.eclipse.jdt.annotation; + requires static org.kohsuke.metainf_services; requires static org.osgi.service.component.annotations; }