exclude commons-logging dependency (#1686)

* 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
This commit is contained in:
Doha2012
2017-04-19 16:14:10 +02:00
committed by Grzegorz Piwowarek
parent 699cf9d77b
commit 5e1e320cee
69 changed files with 499 additions and 17 deletions

View File

@@ -14,4 +14,4 @@ public class MessageConsumer {
public void receiveMessage(String message) {
logger.info("Received Message: " + message);
}
}
}