From 87bc04ae988cbef5611daec552dc398f5ad65bb2 Mon Sep 17 00:00:00 2001 From: Doha2012 Date: Wed, 19 Apr 2017 22:57:17 +0200 Subject: [PATCH] minor fix (#1694) * upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml * remove log4j dependencies * remove commons-logging * merge * fix conflict * exclude commons-logging dependency * cleanup * minor fix * minor fix * fix dependency issues * Revert "fix dependency issues" This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec. * fix dependency issues * minor fix --- spring-core/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/spring-core/pom.xml b/spring-core/pom.xml index b04f434481..175a9b64d1 100644 --- a/spring-core/pom.xml +++ b/spring-core/pom.xml @@ -24,13 +24,7 @@ org.springframework spring-core - ${spring.version} - - - commons-logging - commons-logging - - + ${spring.version} org.springframework