[HHH-3141] Move toward JBC 2.1.1

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14495 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2008-04-03 19:39:08 +00:00
parent 2052b06d53
commit 87e700939b
2 changed files with 2 additions and 21 deletions

View File

@ -25,13 +25,7 @@
<dependency>
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
<version>2.1.0.CR4</version>
</dependency>
<!-- TODO Remove once JBC 2.1.0.GA uses JG 2.6.1 -->
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>2.6.1</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<!-- test dependencies -->

View File

@ -54,19 +54,6 @@ public class OptimisticBulkOperationsTest
protected String getEntityCacheConfigName()
{
return "optimistic-entity";
}
/**
* FIXME remove when JBC release with JBCACHE-1298 fix included is
* integrated.
*
* @throws Exception
*/
public void testBulkOperationsFailureExpected() throws Exception
{
super.testBulkOperations();
}
}
}