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>
|
||||
<groupId>ehcache</groupId>
|
||||
<artifactId>ehcache</artifactId>
|
||||
<version>1.1</version>
|
||||
<version>1.0</version>
|
||||
<type>jar</type>
|
||||
<url>http://ehcache.sourceforge.net</url>
|
||||
<properties>
|
||||
|
@ -152,7 +152,7 @@
|
|||
<type>jar</type>
|
||||
<url>http://www.caucho.com</url>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
<war.bundle>false</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue