From 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec Mon Sep 17 00:00:00 2001 From: DOHA Date: Wed, 19 Apr 2017 19:57:57 +0200 Subject: [PATCH] fix dependency issues --- libraries/pom.xml | 8 +------- log4j2/pom.xml | 8 +------- spring-state-machine/pom.xml | 8 +------- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/libraries/pom.xml b/libraries/pom.xml index ba16995d8f..d4c92d3c6d 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -136,13 +136,7 @@ org.apache.httpcomponents httpclient - ${httpclient.version} - - - commons-logging - commons-logging - - + ${httpclient.version} commons-io diff --git a/log4j2/pom.xml b/log4j2/pom.xml index 1267caeb08..c348982bcf 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -43,13 +43,7 @@ org.apache.commons commons-dbcp2 - ${commons-dbcp2.version} - - - commons-logging - commons-logging - - + ${commons-dbcp2.version} diff --git a/spring-state-machine/pom.xml b/spring-state-machine/pom.xml index d7e7027023..9dcb51fe4e 100644 --- a/spring-state-machine/pom.xml +++ b/spring-state-machine/pom.xml @@ -24,13 +24,7 @@ org.springframework spring-test - 4.3.7.RELEASE - - - commons-logging - commons-logging - - + 4.3.7.RELEASE junit