X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-model-api%2Fpom.xml;h=5829198f6584111a54f60d6ab473fe434de12129;hb=3a2e6c535671aa77ac686fa86bd8bce6eb21604e;hp=a993efa6cf4437bf3fa5ee71a305ede41d95ccf3;hpb=b682f93d5c322176f564dda076955ce8b7efd616;p=yangtools.git diff --git a/yang/yang-model-api/pom.xml b/yang/yang-model-api/pom.xml index a993efa6cf..5829198f65 100644 --- a/yang/yang-model-api/pom.xml +++ b/yang/yang-model-api/pom.xml @@ -10,22 +10,33 @@ - org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + bundle-parent + 3.1.3 + 4.0.0 + org.opendaylight.yangtools yang-model-api + 2.1.0-SNAPSHOT + bundle ${project.artifactId} ${project.artifactId} + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.1.0-SNAPSHOT + import + pom + + + + - - ${project.groupId} - object-cache-api - ${project.groupId} util @@ -38,9 +49,18 @@ com.google.guava guava - - com.google.code.findbugs - jsr305 - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + +