X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-xpath-impl%2Fpom.xml;h=a0a8a310f5b3a7ce7b54a8159c1a01bd652ff091;hb=a264f1d743c6700acfb1930cf6b6b1144f943f43;hp=bad31c7f8d592c484eca5603a48231ce76716dee;hpb=4b233b132f92f47e2b0e0fea6ff7d9282273f5a1;p=yangtools.git diff --git a/yang/yang-xpath-impl/pom.xml b/yang/yang-xpath-impl/pom.xml index bad31c7f8d..a0a8a310f5 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.3-SNAPHOST ../../bundle-parent yang-xpath-impl - 1.0.0-SNAPSHOT + 6.0.3-SNAPHOST bundle ${project.artifactId} YANG XPath parser @@ -39,59 +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 - - - {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 - - - - -