[jboss-cvs] JBossAS SVN: r107763 - projects/ejb3/branches/infinispan-int/core.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Aug 24 11:19:53 EDT 2010
Author: pferraro
Date: 2010-08-24 11:19:53 -0400 (Tue, 24 Aug 2010)
New Revision: 107763
Modified:
projects/ejb3/branches/infinispan-int/core/pom.xml
Log:
ha-server-ispn and ha-server-cache-ispn upgrades
Modified: projects/ejb3/branches/infinispan-int/core/pom.xml
===================================================================
--- projects/ejb3/branches/infinispan-int/core/pom.xml 2010-08-24 15:19:07 UTC (rev 107762)
+++ projects/ejb3/branches/infinispan-int/core/pom.xml 2010-08-24 15:19:53 UTC (rev 107763)
@@ -348,11 +348,6 @@
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
- <!-- Exclude here, make optional -->
- <exclusion>
- <groupId>org.jgroups</groupId>
- <artifactId>jgroups</artifactId>
- </exclusion>
</exclusions>
</dependency>
@@ -376,7 +371,7 @@
<dependency>
<groupId>org.jboss.cluster</groupId>
<artifactId>jboss-ha-server-ispn</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0.Alpha7</version>
<optional>true</optional>
<exclusions>
<exclusion>
@@ -775,5 +770,12 @@
<artifactId>trove</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>3.0</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
</project>
More information about the jboss-cvs-commits
mailing list