Skip to content

Commit

Permalink
excluded old/alternate version of javassist to avoid multiple javassist
Browse files Browse the repository at this point in the history
versions on classpath for tests
  • Loading branch information
matt-deboer committed Oct 9, 2012
1 parent 4b3cd33 commit ecca5f4
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 @@ -140,6 +140,12 @@
<artifactId>hibernate-entitymanager</artifactId>
<version>3.6.10.Final</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit ecca5f4

Please sign in to comment.