[seam-commits] Seam SVN: r15293 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 16 07:51:15 EDT 2012
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>
More information about the seam-commits
mailing list