[jboss-cvs] JBossAS SVN: r107901 - projects/ejb3/branches/infinispan-int/proxy-clustered.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Aug 30 18:11:27 EDT 2010
Author: pferraro
Date: 2010-08-30 18:11:27 -0400 (Mon, 30 Aug 2010)
New Revision: 107901
Modified:
projects/ejb3/branches/infinispan-int/proxy-clustered/pom.xml
Log:
No need to exclude jgroups
Modified: projects/ejb3/branches/infinispan-int/proxy-clustered/pom.xml
===================================================================
--- projects/ejb3/branches/infinispan-int/proxy-clustered/pom.xml 2010-08-30 21:35:10 UTC (rev 107900)
+++ projects/ejb3/branches/infinispan-int/proxy-clustered/pom.xml 2010-08-30 22:11:27 UTC (rev 107901)
@@ -136,12 +136,6 @@
<groupId>org.jboss.cluster</groupId>
<artifactId>jboss-ha-server-api</artifactId>
<version>2.0.0.Alpha6</version>
- <exclusions>
- <exclusion>
- <groupId>org.jgroups</groupId>
- <artifactId>jgroups</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
More information about the jboss-cvs-commits
mailing list