Introduce second level caching
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 4 Jul 2008 19:18:58 +0000 (19:18 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 4 Jul 2008 19:18:58 +0000 (19:18 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1357 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/pom.xml

index 9c2b735a878680cead0e189271949ea9376252bf..83056b2a8c641ea0e6e155db61b7e83d25d5917c 100644 (file)
                                <artifactId>hibernate</artifactId>
                                <version>3.2.6.ga</version>
                        </dependency>
+                       <dependency>
+                               <groupId>net.sf.ehcache</groupId>
+                               <artifactId>ehcache</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
 
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>spring-context</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-context-support</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>spring-orm</artifactId>