X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=49e08037419ef8bd7c79d6aae1e8e30a37348858;hb=5bc21b8e98127eea327c6925c574820257a70f2b;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..49e0803741 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 + 4.0.1 4.0.0 org.opendaylight.yangtools yang-data-impl - 1.2.0-SNAPSHOT + 2.1.1-SNAPSHOT bundle ${project.artifactId} ${project.artifactId} @@ -27,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 1.2.0-SNAPSHOT + 2.1.1-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 @@ -80,13 +82,11 @@ jacoco-maven-plugin - prepare-ut-agent - process-test-classes + pre-unit-test prepare-agent - ${sonar.jacoco.reportPath} jacoco.agent.ut.arg @@ -97,12 +97,18 @@ prepare-agent - ${sonar.jacoco.itReportPath} jacoco.agent.it.arg + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + @@ -136,23 +142,27 @@ guava - junit - junit - test + org.antlr + antlr4-runtime + + + + org.kohsuke.metainf-services + metainf-services - org.mockito - mockito-core + org.osgi + org.osgi.core + org.slf4j slf4j-log4j12 test - xmlunit - xmlunit - test + org.xmlunit + xmlunit-legacy ${project.groupId} @@ -164,31 +174,6 @@ yang-test-util test - - commons-lang - 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}/ - -