Author: manaRH
Date: 2012-06-21 03:34:16 -0400 (Thu, 21 Jun 2012)
New Revision: 14926
Modified:
branches/community/Seam_2_3/jboss-seam/pom.xml
Log:
removed jgroups dependency from seam as not declared support for jboss-cache
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2012-06-21 07:34:07 UTC (rev 14925)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-06-21 07:34:16 UTC (rev 14926)
@@ -39,12 +39,12 @@
</plugin>
<plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <suiteXmlFiles>
-
<suiteXmlFile>${basedir}/src/test/java/org/jboss/seam/test/unit/testng.xml</suiteXmlFile>
- </suiteXmlFiles>
- </configuration>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <suiteXmlFiles>
+
<suiteXmlFile>${basedir}/src/test/java/org/jboss/seam/test/unit/testng.xml</suiteXmlFile>
+ </suiteXmlFiles>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
@@ -292,14 +292,7 @@
<optional>true</optional>
</dependency>
- <!-- This is actually a dep of jboss-cache, but it doesn't declare it -->
<dependency>
- <groupId>jgroups</groupId>
- <artifactId>jgroups</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<optional>true</optional>
@@ -317,7 +310,6 @@
<optional>true</optional>
</dependency>
-
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-decisiontables</artifactId>
@@ -330,8 +322,6 @@
</exclusions>
</dependency>
-
-
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
Show replies by date