X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-data-impl%2Fpom.xml;h=116d557d19287976b6472d827ad3747da971cc96;hb=514f489fdfe2271595bfc46149f4b90cd6886e5d;hp=a36f7151acda3c08cec9b0808b6cc43bd0223f34;hpb=8a6bc76658a2c3e97fd596000a47797773940005;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index a36f7151ac..116d557d19 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.8.0-Carbon + 3.1.4 4.0.0 org.opendaylight.yangtools yang-data-impl - 1.2.0-SNAPSHOT + 2.0.13-SNAPSHOT bundle ${project.artifactId} ${project.artifactId} @@ -27,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 1.2.0-SNAPSHOT + 2.0.13-SNAPSHOT import pom @@ -39,7 +38,6 @@ org.antlr antlr4-maven-plugin - 4.5.3 @@ -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,32 @@ com.google.guava guava + + org.antlr + antlr4-runtime + + + javax.xml.bind + jaxb-api + 2.2.1 + + + + javax.xml.stream + stax-api + + + + + + org.kohsuke.metainf-services + metainf-services + + + org.osgi + org.osgi.core + + junit junit @@ -169,26 +204,6 @@ commons-lang test - - org.antlr - antlr4-runtime - 4.5.3 - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - -