Author: pete.muir(a)jboss.org
Date: 2008-04-05 11:08:57 -0400 (Sat, 05 Apr 2008)
New Revision: 7820
Modified:
branches/Seam_2_0/build/root.pom.xml
trunk/build/root.pom.xml
Log:
JBSEAM-2831
Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml 2008-04-04 19:10:37 UTC (rev 7819)
+++ branches/Seam_2_0/build/root.pom.xml 2008-04-05 15:08:57 UTC (rev 7820)
@@ -265,6 +265,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>ejb3-persistence</artifactId>
+ </exclusion>
</exclusions>
</dependency>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-04-04 19:10:37 UTC (rev 7819)
+++ trunk/build/root.pom.xml 2008-04-05 15:08:57 UTC (rev 7820)
@@ -277,6 +277,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>ejb3-persistence</artifactId>
+ </exclusion>
</exclusions>
</dependency>
Show replies by date