[seam-commits] Seam SVN: r13616 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Aug 18 07:45:48 EDT 2010
Author: manaRH
Date: 2010-08-18 07:45:48 -0400 (Wed, 18 Aug 2010)
New Revision: 13616
Modified:
branches/enterprise/JBPAPP_5_0/build/core.pom.xml
Log:
oops, jgroups was missed
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2010-08-17 15:26:40 UTC (rev 13615)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2010-08-18 11:45:48 UTC (rev 13616)
@@ -202,6 +202,12 @@
</dependency>
<dependency>
+ <groupId>jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<optional>true</optional>
More information about the seam-commits
mailing list