X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Fconfig%2Fpom.xml;h=6b3916645f6fc0337d0ebe9f10f8a69a0341fb1d;hb=refs%2Fchanges%2F40%2F32740%2F1;hp=2a5afc530b4356dfb1c324a9bbf6c6e2f4898df5;hpb=4e22dfd3f72cb6b02022ea22c62147f7240074db;p=ovsdb.git diff --git a/utils/config/pom.xml b/utils/config/pom.xml index 2a5afc530..6b3916645 100644 --- a/utils/config/pom.xml +++ b/utils/config/pom.xml @@ -12,15 +12,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - commons - org.opendaylight.ovsdb - 1.4.0-SNAPSHOT - ../../commons/parent/pom.xml + org.opendaylight.controller + config-parent + 0.5.0-SNAPSHOT + + org.opendaylight.ovsdb utils.config ${project.artifactId} - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT jar The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. https://wiki.opendaylight.org/view/OVSDB_Integration:Main @@ -44,25 +45,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + 1.6.4 + + - - org.osgi - org.osgi.core - - - junit - junit - test - + org.mockito mockito-core + 1.10.19 test org.powermock powermock-api-mockito test + ${powermock.version} org.powermock @@ -74,17 +73,29 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.powermock powermock-module-junit4 test + ${powermock.version} + - - org.apache.maven.plugins - maven-checkstyle-plugin - org.jacoco jacoco-maven-plugin + + + default-instrument + + instrument + + + + default-restore-instrumented-classes + + restore-instrumented-classes + + +