Author: manaRH
Date: 2012-10-16 07:51:14 -0400 (Tue, 16 Oct 2012)
New Revision: 15293

Modified:
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
excluded hsqldb from jbpm tree

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2012-10-16 11:16:07 UTC 
(rev 15292)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2012-10-16 11:51:14 UTC 
(rev 15293)
@@ -230,7 +230,11 @@
                                <exclusion>
                                    <groupId>junit</groupId>
                                        <artifactId>junit</artifactId>
-                               </exclusion>            
+                               </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