X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=olm%2Fpom.xml;h=74690a29a31fc5cac9eb46c5d7685dd077522abb;hb=01d012efe01939430c1d1d869e312ca11108ad98;hp=8ba7cb37e501c3b67ae9557692623de6bb1e0f92;hpb=3e34bb3fe69e648b7834dcc44d0aa0cfcfb6ce1b;p=transportpce.git diff --git a/olm/pom.xml b/olm/pom.xml index 8ba7cb37e..74690a29a 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.8 @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT import pom @@ -68,22 +68,27 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - junit - junit + org.powermock + powermock-core test - org.mockito - mockito-core + org.powermock + powermock-api-mockito2 test - ${project.groupId} - test-common - ${project.version} + org.powermock + powermock-module-junit4 test + + ${project.groupId} + test-common + ${project.version} + + com.google.code.findbugs