Skip to content

Commit

Permalink
ISPN-8165 Avoid log4j library mixup in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz authored and tristantarrant committed Aug 3, 2017
1 parent ad09f8c commit cb6754a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hibernate-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit cb6754a

Please sign in to comment.