Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-10-29


Author LoginPost Reply
Author: steve.ebersole@(protected)
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)
@@(protected) @@
             <systemProperties>
             </systemProperties>
             <suiteXmlFiles>
-                <suiteXmlFile>resources/test/testng.xml</suiteXmlFile>
+                <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
             </suiteXmlFiles>
          </configuration>
        </plugin>
@@(protected) @@
             <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>

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.