X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=0e516ece305872369f9dd60036d4852fe11373aa;hb=85a9a2f03fba2912e6824d546c7b250c442b201a;hp=013bbcc357a2b9974c5915c0705c698172c88b9b;hpb=2d06830514bcdad00d6ee074b5af26d1dc8b0539;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 013bbcc357..0e516ece30 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,10 @@ commons-lang commons-lang - 2.6 + + + com.google.code.findbugs + jsr305