Skip to content
Snippets Groups Projects
Commit ba2f55c4 authored by Martin Staehr's avatar Martin Staehr
Browse files

#40 fix: problem with different logger

parent f7664e00
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,12 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>1.3.4</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- websocket api -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment