From 81b21f4e6f8debd3a69a305495893d5b33c3ca83 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 2 Nov 2017 18:40:56 +0100 Subject: [PATCH] DATAES-414 - Reduced scope of Log4j dependencies to test. --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a82e602d8..b4afae6f4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ 3.2.1 2.6 5.5.0 + 2.8.2 2.0.2.BUILD-SNAPSHOT spring.data.elasticsearch @@ -86,13 +87,15 @@ org.slf4j log4j-over-slf4j - 1.7.22 + ${slf4j} + test org.apache.logging.log4j log4j-core - 2.8.2 + ${log4j} + test @@ -145,7 +148,7 @@ - + org.apache.xbean @@ -176,8 +179,6 @@ test - -