X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=1f9bd4c491ae6ae70dd97ee553d8292623983e23;hb=refs%2Fheads%2Fv2.0.x;hp=b387098022590280fe9880459463d31b2be806f9;hpb=19429513e58e0b33ff54196352e72eb830122996;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index b387098022..1f9bd4c491 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -4,20 +4,19 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + org.opendaylight.odlparent bundle-parent - 1.9.0 + 3.1.9 4.0.0 org.opendaylight.yangtools yang-data-impl - 1.2.0-SNAPSHOT + 2.0.24-SNAPSHOT bundle ${project.artifactId} ${project.artifactId} @@ -27,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 1.2.0-SNAPSHOT + 2.0.24-SNAPSHOT import pom @@ -39,7 +38,6 @@ org.antlr antlr4-maven-plugin - 4.7 @@ -70,8 +68,12 @@ - org.opendaylight.yangtools.yang.data.impl.* + {local-packages}, + org.opendaylight.yangtools.yang.data.impl.*, + ;-split-package:=error + {META-INF/services=${project.build.directory}/classes/META-INF/services} + org.opendaylight.yangtools.yang.data.impl.osgi.Activator @@ -103,6 +105,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + @@ -135,6 +144,24 @@ com.google.guava guava + + org.antlr + antlr4-runtime + + + javax.xml.bind + jaxb-api + + + + org.kohsuke.metainf-services + metainf-services + + + org.osgi + org.osgi.core + + junit junit @@ -169,26 +196,6 @@ commons-lang test - - org.antlr - antlr4-runtime - 4.7 - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - -