Author: chatellier Date: 2008-10-30 14:41:05 +0000 (Thu, 30 Oct 2008) New Revision: 1202 Modified: topia/trunk/pom.xml Log: Force javassist optionnal dep for hibernate. (pb with javassist in tapestry ?) Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2008-10-29 11:27:30 UTC (rev 1201) +++ topia/trunk/pom.xml 2008-10-30 14:41:05 UTC (rev 1202) @@ -44,6 +44,11 @@ <version>3.3.1.GA</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.4.GA</version> + </dependency> <!--Test--> <dependency>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org