mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
update ehcache to version 2.5.1
This commit is contained in:
@@ -68,7 +68,7 @@ public class EhCacheTest
|
||||
@Before
|
||||
public void before()
|
||||
{
|
||||
cm = new EhCacheManager();
|
||||
cm = new EhCacheManager(net.sf.ehcache.CacheManager.create());
|
||||
cache = cm.getCache(String.class, String.class, "test");
|
||||
}
|
||||
|
||||
|
||||
@@ -283,7 +283,8 @@ public class ChainAuthenticationManagerTest extends AbstractTestBase
|
||||
//~--- fields ---------------------------------------------------------------
|
||||
|
||||
/** Field description */
|
||||
private CacheManager cacheManager = new EhCacheManager();
|
||||
private CacheManager cacheManager =
|
||||
new EhCacheManager(net.sf.ehcache.CacheManager.create());
|
||||
|
||||
/** Field description */
|
||||
private ChainAuthenticatonManager manager;
|
||||
|
||||
Reference in New Issue
Block a user