1
0
mirror of synced 2026-07-07 03:40:04 +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:
Ben Alex
2004-12-25 23:37:40 +00:00
parent fe155223a1
commit 8d4244c1b6
+2 -2
View File
@@ -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>