From: Alissa Bonas Date: Mon, 23 Sep 2013 09:18:11 +0000 (+0300) Subject: Move mockito to dependencyManagement section in parent pom. X-Git-Tag: releasepom-0.1.0~35 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8b979410aaed68552309facf351816266efff57c;hp=ad71b88d3ae6057947bd62f4f82290816797cf79 Move mockito to dependencyManagement section in parent pom. Change-Id: I6eeb91e1b5713db11b7ffdc9054eb6f316737079 Signed-off-by: Alissa Bonas --- diff --git a/opendaylight/sal/yang-prototype/sal/pom.xml b/opendaylight/sal/yang-prototype/sal/pom.xml index 056602c9e0..441d8576c6 100644 --- a/opendaylight/sal/yang-prototype/sal/pom.xml +++ b/opendaylight/sal/yang-prototype/sal/pom.xml @@ -174,6 +174,12 @@ yang-data-util ${yang.version} + + org.mockito + mockito-all + 1.9.5 + test + @@ -185,12 +191,6 @@ test true - - org.mockito - mockito-all - 1.9.5 - test - diff --git a/opendaylight/sal/yang-prototype/sal/sal-binding-broker-impl/pom.xml b/opendaylight/sal/yang-prototype/sal/sal-binding-broker-impl/pom.xml index dc38f409a1..cfd8de6f8c 100644 --- a/opendaylight/sal/yang-prototype/sal/sal-binding-broker-impl/pom.xml +++ b/opendaylight/sal/yang-prototype/sal/sal-binding-broker-impl/pom.xml @@ -114,8 +114,6 @@ org.mockito mockito-all - 1.9.5 - test