X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-spi%2Fpom.xml;h=4acff22379d4c2f747c49458fa96ef696f509eac;hb=81709a576f6dec39ad343733bc3d2d2ded09b5d2;hp=eaaf9be4e6c486d0bc12d4525e65b4cf09c1ed4b;hpb=051832edc92741112ecc244e68d00f19c7cd33d8;p=yangtools.git diff --git a/yang/yang-parser-spi/pom.xml b/yang/yang-parser-spi/pom.xml index eaaf9be4e6..4acff22379 100644 --- a/yang/yang-parser-spi/pom.xml +++ b/yang/yang-parser-spi/pom.xml @@ -8,50 +8,35 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.odlparent + org.opendaylight.yangtools bundle-parent - 3.0.2 - + 4.0.0-SNAPSHOT + ../../bundle-parent - 4.0.0 - org.opendaylight.yangtools yang-parser-spi - 2.0.1-SNAPSHOT bundle ${project.artifactId} YANG parser SPI - - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.1-SNAPSHOT - import - pom - - - - - ${project.groupId} + org.opendaylight.yangtools concepts - ${project.groupId} + org.opendaylight.yangtools yang-common - ${project.groupId} + org.opendaylight.yangtools yang-model-api - ${project.groupId} + org.opendaylight.yangtools mockito-configuration test @@ -59,6 +44,15 @@ + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.yangtools.yang.parser.spi + + + org.apache.maven.plugins maven-checkstyle-plugin @@ -66,6 +60,13 @@ checkstyle.violationSeverity=error + + com.github.spotbugs + spotbugs-maven-plugin + + true + +