Mercurial > dive4elements > river
diff backend/pom.xml @ 8970:da5dc7446652
SLF4J added and configureLogging in main
author | mschaefer |
---|---|
date | Tue, 03 Apr 2018 10:02:01 +0200 |
parents | 837c04af69fd |
children | 6fd0f20b58aa |
line wrap: on
line diff
--- a/backend/pom.xml Tue Apr 03 09:54:26 2018 +0200 +++ b/backend/pom.xml Tue Apr 03 10:02:01 2018 +0200 @@ -179,6 +179,16 @@ <version>1.1.1</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jul-to-slf4j</artifactId> + <version>1.6.1</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.6.1</version> + </dependency> </dependencies> <repositories>