From 6b94b4c6a65d4cae8bfb80ad1b8a54ed5d4fa9f3 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 23 Jan 2014 18:33:37 +0100 Subject: [PATCH] Eradicate mockito-configuration references Change-Id: I5a36564f8ffaa2380c734329e728edbcd768e053 Signed-off-by: Robert Varga --- bgp/parser-spi-config/pom.xml | 4 +--- bgp/rib-impl-config/pom.xml | 4 +--- bgp/rib-impl/pom.xml | 4 +--- bgp/update-mock-config/pom.xml | 4 +--- integration-tests/pom.xml | 7 ------- pcep/impl-config/pom.xml | 4 +--- 6 files changed, 5 insertions(+), 22 deletions(-) diff --git a/bgp/parser-spi-config/pom.xml b/bgp/parser-spi-config/pom.xml index 932a762eb1..bf7c722a7d 100644 --- a/bgp/parser-spi-config/pom.xml +++ b/bgp/parser-spi-config/pom.xml @@ -46,10 +46,8 @@ test-jar - ${project.groupId} + org.opendaylight.yangtools mockito-configuration - ${project.version} - test junit diff --git a/bgp/rib-impl-config/pom.xml b/bgp/rib-impl-config/pom.xml index e5fe40e204..fc4ae6f259 100644 --- a/bgp/rib-impl-config/pom.xml +++ b/bgp/rib-impl-config/pom.xml @@ -106,10 +106,8 @@ test - ${project.groupId} + org.opendaylight.yangtools mockito-configuration - ${project.version} - test org.opendaylight.controller diff --git a/bgp/rib-impl/pom.xml b/bgp/rib-impl/pom.xml index 442ae58780..d2c6e73be6 100644 --- a/bgp/rib-impl/pom.xml +++ b/bgp/rib-impl/pom.xml @@ -100,10 +100,8 @@ mockito-core - ${project.groupId} + org.opendaylight.yangtools mockito-configuration - ${project.version} - test ${project.groupId} diff --git a/bgp/update-mock-config/pom.xml b/bgp/update-mock-config/pom.xml index 04a624f201..e46e343e70 100644 --- a/bgp/update-mock-config/pom.xml +++ b/bgp/update-mock-config/pom.xml @@ -68,10 +68,8 @@ test - ${project.groupId} + org.opendaylight.yangtools mockito-configuration - ${project.version} - test org.opendaylight.controller diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 640815a922..97e04d649f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -206,12 +206,6 @@ sal-binding-api test - - ${project.groupId} - mockito-configuration - ${project.version} - test - ${project.groupId} pcep-topology-api @@ -379,7 +373,6 @@ org.opendaylight.yangtools mockito-configuration - test diff --git a/pcep/impl-config/pom.xml b/pcep/impl-config/pom.xml index 6bcaca344f..ffa1fc0c4f 100644 --- a/pcep/impl-config/pom.xml +++ b/pcep/impl-config/pom.xml @@ -71,10 +71,8 @@ test - ${project.groupId} + org.opendaylight.yangtools mockito-configuration - ${project.version} - test org.opendaylight.controller -- 2.36.6