Skip to content

Commit

Permalink
added logging exclusion as for redbox to ensure no multiple logging i…
Browse files Browse the repository at this point in the history
…mplementation problems for server.
  • Loading branch information
mattRedBox committed Dec 1, 2016
1 parent 493f1bc commit 759e320
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-web-service</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 759e320

Please sign in to comment.