X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=3b501d50ebec4bfce1fee68e86259767ba314d4a;hb=1f93f9a7c9ba12f28a4ce09be3ab638faf94fbd1;hp=538195109bda19c52cc31fe90d9441269cdf1bae;hpb=45cc8ec7bc55e59639ae3df1b8f1c35fe7026386;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 538195109b..3b501d50eb 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -11,8 +11,9 @@ org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + yangtools-parent + 0.7.0-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -20,9 +21,6 @@ ${project.artifactId} ${project.artifactId} - - 2.1.6 - @@ -32,7 +30,7 @@ ${maven.surefire.version} -Dlog4j.configuration=log4j-test.xml - -Xmx1500m + -Xmx1500m ${jacoco.agent.ut.arg} true @@ -64,6 +62,10 @@ ${project.groupId} yang-data-api + + ${project.groupId} + yang-data-util + ${project.groupId} yang-model-api @@ -85,28 +87,28 @@ junit test + + org.mockito + mockito-core + 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 @@ -117,7 +119,10 @@ commons-lang commons-lang - 2.6 + + + com.google.code.findbugs + jsr305