mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
EH-CACHE change. 1.1 seems to have some problems when running from a WAR. So we'll go back to 1.0, being the version Spring is officially using anyway.
This commit is contained in:
parent
fe155223a1
commit
8d4244c1b6
@ -138,7 +138,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ehcache</groupId>
|
<groupId>ehcache</groupId>
|
||||||
<artifactId>ehcache</artifactId>
|
<artifactId>ehcache</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://ehcache.sourceforge.net</url>
|
<url>http://ehcache.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
@ -152,7 +152,7 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://www.caucho.com</url>
|
<url>http://www.caucho.com</url>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>false</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user