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:
parent
595bfdb157
commit
15ac9155d2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue