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

View File

@ -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>