HHH-3351 : import envers as core module (testng setup)

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15433 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-10-29 14:59:03 +00:00
parent 595bfdb157
commit 15ac9155d2
1 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<systemProperties>
</systemProperties>
<suiteXmlFiles>
<suiteXmlFile>resources/test/testng.xml</suiteXmlFile>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
@ -91,6 +91,11 @@
<artifactId>hibernate</artifactId>
</exclusion>
<exclusion>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
<exclusion>
<!-- OMG, YUCK YUCK YUCK -->
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>