From e9d83eeb90e0831774867c686b1c43122e640bb5 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Fri, 21 Dec 2007 19:52:35 +0000 Subject: [PATCH] Move to JBC 2.1.0.CR2/JGroups 2.6.1 Add some properties that testsuite can set for faster test execution git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14256 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- cache-jbosscache2/pom.xml | 43 +++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/cache-jbosscache2/pom.xml b/cache-jbosscache2/pom.xml index a56e28487b..ae2dd823a5 100644 --- a/cache-jbosscache2/pom.xml +++ b/cache-jbosscache2/pom.xml @@ -27,12 +27,15 @@ org.jboss.cache jbosscache-core - - 2.1.0.BETA1 + 2.1.0.CR2 + + + + jgroups + jgroups + 2.6.1 - + ${groupId} @@ -124,7 +127,11 @@ org.apache.maven.plugins maven-surefire-plugin - + + + + **/ClusteredConcurrentTimestampRegionTestCase.java + hibernate.test.validatefailureexpected @@ -143,6 +150,30 @@ java.net.preferIPv4Stack true + + + + jgroups.ping.timeout + 500 + + + + jgroups.ping.num_initial_members + 1 + + + + jgroups.udp.enable_bundling + false ${skipUnitTests}