Author: chatellier Date: 2008-12-15 09:46:19 +0000 (Mon, 15 Dec 2008) New Revision: 1278 Modified: topia/trunk/topia-persistence/pom.xml Log: Add ehcache (performance api) Modified: topia/trunk/topia-persistence/pom.xml =================================================================== --- topia/trunk/topia-persistence/pom.xml 2008-12-15 03:17:13 UTC (rev 1277) +++ topia/trunk/topia-persistence/pom.xml 2008-12-15 09:46:19 UTC (rev 1278) @@ -42,6 +42,12 @@ <scope>compile</scope> </dependency> <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-ehcache</artifactId> + <version>3.3.1.GA</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> <version>3.4.GA</version>