From 06b15698ade19cabc2ee59d3e31f8fd2c234828a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 25 Feb 2020 15:35:53 -0500 Subject: Refactoring JUNIT and MOCKITO Changing Version junit -> 4.12 and Mockito-core -> 2.23.4 Issue-ID: LOG-1205 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I53e20c6c1154e97eb5d481ddaf30f626c166a294 --- reference/logging-filter/logging-filter-base/pom.xml | 10 ---------- reference/logging-filter/logging-filter-spring/pom.xml | 10 ---------- reference/logging-filter/pom.xml | 12 ------------ 3 files changed, 32 deletions(-) (limited to 'reference/logging-filter') diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml index fe7e0a0..8df8510 100644 --- a/reference/logging-filter/logging-filter-base/pom.xml +++ b/reference/logging-filter/logging-filter-base/pom.xml @@ -38,11 +38,6 @@ log4j-slf4j-impl test - - junit - junit - test - org.glassfish.jersey.core jersey-client @@ -55,10 +50,5 @@ 2.10.0 test - - org.mockito - mockito-core - test - diff --git a/reference/logging-filter/logging-filter-spring/pom.xml b/reference/logging-filter/logging-filter-spring/pom.xml index 40e14de..f203797 100644 --- a/reference/logging-filter/logging-filter-spring/pom.xml +++ b/reference/logging-filter/logging-filter-spring/pom.xml @@ -54,20 +54,10 @@ log4j-slf4j-impl test - - junit - junit - test - org.glassfish.jersey.core jersey-client test - - org.mockito - mockito-core - test - diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index f008433..9c01ce9 100644 --- a/reference/logging-filter/pom.xml +++ b/reference/logging-filter/pom.xml @@ -61,18 +61,6 @@ 2.11.2 test - - junit - junit - 4.11 - test - - - org.mockito - mockito-core - 2.15.0 - test - -- cgit 1.2.3-korg