X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-data-impl%2Fpom.xml;h=6730d2504c9dd124b836a2c6be4c6e0fbc7b513d;hb=a685bdcdc684bc727308c8479f5c8807f776a809;hp=013bbcc357a2b9974c5915c0705c698172c88b9b;hpb=792ebcf7972bab8b19b36b825d30003db79641ae;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 013bbcc357..6730d2504c 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -11,8 +11,9 @@ org.opendaylight.yangtools - yang + yangtools-parent 0.6.2-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -20,9 +21,6 @@ ${project.artifactId} ${project.artifactId} - - 2.1.6 - @@ -52,6 +50,10 @@ + + ${project.groupId} + util + ${project.groupId} yang-common @@ -81,28 +83,29 @@ junit test + + org.mockito + mockito-all + test + org.slf4j slf4j-log4j12 - ${slf4j.version} test org.codehaus.groovy groovy - ${groovy.version} test org.codehaus.groovy groovy-xml - ${groovy.version} test xmlunit xmlunit - 1.5 test @@ -113,7 +116,11 @@ commons-lang commons-lang - 2.6 + + com.google.code.findbugs + jsr305 + +