X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-test-utils%2Fpom.xml;h=ba5bfe7a64b77fbe95d1d225154d20330177a174;hb=7197f587017844efb5e2a72bb2dccd363d05496f;hp=79d62bae87288582fe535854594428a5e8ce0802;hpb=156f2308e9841f92a85298651bec770883e5d593;p=mdsal.git diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 79d62bae87..ba5bfe7a64 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.odlparent odlparent - 3.1.3 + 6.0.5 org.opendaylight.mdsal mdsal-binding-test-utils - 2.5.0-SNAPSHOT + 6.0.0-SNAPSHOT @@ -50,9 +50,21 @@ 1.3.1 - com.googlecode.java-diff-utils - diffutils - 1.3.0 + io.github.java-diff-utils + java-diff-utils + 4.0 + + + org.opendaylight.mdsal + mdsal-binding-spi + + + org.opendaylight.mdsal + mdsal-binding-generator-impl + + + org.opendaylight.mdsal + mdsal-binding-runtime-spi org.opendaylight.mdsal @@ -75,6 +87,11 @@ because they are only required by the test utilities self test code in src/test, but not (necessarily) by a downstream consumer of the test utilities. --> + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + test + org.opendaylight.mdsal mdsal-binding-test-model @@ -86,23 +103,4 @@ test - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - -