X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-api%2Fpom.xml;h=eacd807d708c99990c5ee5195a176e09715ed845;hb=refs%2Fheads%2Fv2.0.x;hp=d6acb3c12340700b52b33e022230b3531e1fbce7;hpb=013b91fde437917f9e1d988a4e737c8906c93acb;p=yangtools.git diff --git a/yang/yang-data-api/pom.xml b/yang/yang-data-api/pom.xml index d6acb3c123..eacd807d70 100644 --- a/yang/yang-data-api/pom.xml +++ b/yang/yang-data-api/pom.xml @@ -10,17 +10,37 @@ - org.opendaylight.yangtools - yang - 0.6.0 + org.opendaylight.odlparent + bundle-parent + 3.1.9 + 4.0.0 + org.opendaylight.yangtools yang-data-api + 2.0.24-SNAPSHOT + bundle ${project.artifactId} ${project.artifactId} + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.24-SNAPSHOT + import + pom + + + + + + ${project.groupId} + util + ${project.groupId} yang-common @@ -33,5 +53,31 @@ com.google.guava guava + + org.opendaylight.yangtools + yang-model-api + + + junit + junit + test + + + org.mockito + mockito-core + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + +