Browse Source

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.

Ben Alex 20 years ago
parent
commit
8d4244c1b6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      project.xml

+ 2 - 2
project.xml

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