X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-data-impl%2Fpom.xml;h=9c58e4298255ffd2c6c3d56bc8451e8c5fa533fd;hb=6c1951aadf9d2321299166bd9bfab0c538c9fa19;hp=f20d8504c99493dbb3444627d92bc827e81ed859;hpb=3cd4f67c7a735e1aa9943ae45da389ca59e71b87;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index f20d8504c9..9c58e42982 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 + 4.0.2 4.0.0 org.opendaylight.yangtools yang-data-impl - 1.1.0-SNAPSHOT + 2.1.1-SNAPSHOT bundle ${project.artifactId} ${project.artifactId} @@ -27,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 1.1.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,33 @@ guava - junit - junit - test + org.antlr + antlr4-runtime + + + javax.xml.bind + jaxb-api + 2.2.1 + provided + + + + 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} @@ -160,34 +176,10 @@ test - commons-lang - commons-lang + ${project.groupId} + yang-test-util 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}/ - -