[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:
parent
2052b06d53
commit
87e700939b
|
@ -25,13 +25,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss.cache</groupId>
|
<groupId>org.jboss.cache</groupId>
|
||||||
<artifactId>jbosscache-core</artifactId>
|
<artifactId>jbosscache-core</artifactId>
|
||||||
<version>2.1.0.CR4</version>
|
<version>2.1.1-SNAPSHOT</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>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- test dependencies -->
|
<!-- test dependencies -->
|
||||||
|
|
|
@ -56,17 +56,4 @@ public class OptimisticBulkOperationsTest
|
||||||
return "optimistic-entity";
|
return "optimistic-entity";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* FIXME remove when JBC release with JBCACHE-1298 fix included is
|
|
||||||
* integrated.
|
|
||||||
*
|
|
||||||
* @throws Exception
|
|
||||||
*/
|
|
||||||
public void testBulkOperationsFailureExpected() throws Exception
|
|
||||||
{
|
|
||||||
super.testBulkOperations();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue