[seam-commits] Seam SVN: r7820 - trunk/build and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Apr 5 11:08:58 EDT 2008


Author: pete.muir at 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>
 




More information about the seam-commits mailing list