Author: manaRH
Date: 2010-08-31 07:42:04 -0400 (Tue, 31 Aug 2010)
New Revision: 13676

Modified:
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-4970 - added exclusion of hsqldb

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2010-08-31 11:01:04 UTC 
(rev 13675)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2010-08-31 11:42:04 UTC 
(rev 13676)
@@ -369,6 +369,10 @@
                                           <groupId>javax.transaction</groupId>
                                           <artifactId>jta</artifactId>
                                        </exclusion>
+                                       <exclusion>
+                                          <groupId>hsqldb</groupId>
+                                          <artifactId>hsqldb</artifactId>
+                                       </exclusion>
                                </exclusions>
                        </dependency>
 

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to