mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
update ehcache to version 2.5.1
This commit is contained in:
@@ -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