X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-xpath-impl%2Fpom.xml;h=4573a7f94d5a1678ce400623f37a2e3b78399f33;hb=5ae728e3eeb8b8faa261d4338ae24c5d4758df1c;hp=6de90cf5d61c67a269b047b269254c406841701d;hpb=4ee466b81296b3c701cca64a9c66f4805c94eb7a;p=yangtools.git diff --git a/yang/yang-xpath-impl/pom.xml b/yang/yang-xpath-impl/pom.xml index 6de90cf5d6..4573a7f94d 100644 --- a/yang/yang-xpath-impl/pom.xml +++ b/yang/yang-xpath-impl/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.yangtools bundle-parent - 3.0.0-SNAPSHOT + 6.0.6-SNAPSHOT ../../bundle-parent yang-xpath-impl - 1.0.0-SNAPSHOT + 6.0.6-SNAPSHOT bundle ${project.artifactId} YANG XPath parser @@ -39,60 +39,23 @@ org.opendaylight.yangtools yang-xpath-api - - org.antlr - antlr4-runtime + org.opendaylight.yangtools + yang-xpath-antlr + org.kohsuke.metainf-services metainf-services + + com.guicedee.services + javax.inject + true + org.osgi - org.osgi.core + org.osgi.service.component.annotations - - - - - org.antlr - antlr4-maven-plugin - - - - antlr4 - - - - - src/main/antlr - ${project.build.directory}/generated-sources/antlr/org/opendaylight/yangtools/yang/xpath/impl - false - false - - - - org.apache.felix - maven-bundle-plugin - true - - - org.opendaylight.yangtools.yang.xpath.impl - {META-INF/services=${project.build.directory}/classes/META-INF/services} - org.opendaylight.yangtools.yang.xpath.impl.Activator - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - -