X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=b12f97a4b76f2bf3c3efb807dc0f423985c37c34;hb=d0986c8a726a0629e3a29cb297b106e2818b1c9d;hp=58f8b520f9e84ee4212cd5e439deaa75fdb13fef;hpb=21b3fb1ea12d1e28115f6c216bbbfd9c80b2216f;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 58f8b520f9..b12f97a4b7 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-SNAPSHOT + 3.1.4-SNAPSHOT 4.0.0 org.opendaylight.yangtools yang-data-impl - 1.1.0-SNAPSHOT + 2.0.12-SNAPSHOT bundle ${project.artifactId} ${project.artifactId} @@ -27,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 1.1.0-SNAPSHOT + 2.0.12-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,30 +204,6 @@ commons-lang test - - com.google.code.findbugs - jsr305 - - - org.antlr - antlr4-runtime - 4.5.3 - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - -