Skip to content

Commit

Permalink
removed slf4j deps that are causing stack overflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymerrifield committed Nov 8, 2017
1 parent 3087188 commit a2a1bbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -353,6 +353,18 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit a2a1bbb

Please sign in to comment.