[hibernate-commits] Hibernate SVN: r15433 - core/trunk/envers.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 29 10:59:03 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-10-29 10:59:03 -0400 (Wed, 29 Oct 2008)
New Revision: 15433

Modified:
   core/trunk/envers/pom.xml
Log:
HHH-3351 : import envers as core module (testng setup)

Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml	2008-10-29 13:44:37 UTC (rev 15432)
+++ core/trunk/envers/pom.xml	2008-10-29 14:59:03 UTC (rev 15433)
@@ -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>




More information about the hibernate-commits mailing list