Skip to content

Commit

Permalink
Merge pull request #13 from tremes/testsuite-update
Browse files Browse the repository at this point in the history
Exclude jboss-logging in tests
  • Loading branch information
sbryzak committed May 14, 2012
2 parents ddafa63 + f57a009 commit d9bc837
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testsuite/pom.xml
Expand Up @@ -134,6 +134,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit d9bc837

Please sign in to comment.