Author: echatellier Date: 2009-11-05 18:46:12 +0100 (Thu, 05 Nov 2009) New Revision: 1658 Modified: trunk/pom.xml Log: Use same version a javassist as hibernate Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-05 17:40:13 UTC (rev 1657) +++ trunk/pom.xml 2009-11-05 17:46:12 UTC (rev 1658) @@ -129,23 +129,23 @@ <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> - <version>3.4.GA</version> + <version>3.9.0.GA</version> <scope>runtime</scope> </dependency> - <!-- hibernate-core only include api, need core --> + <!-- hibernate-core only include api, need core <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.5.8</version> <scope>runtime</scope> - </dependency> + </dependency>--> <!-- BD H2 for testing --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.117</version> + <version>1.1.119</version> <scope>test</scope> </dependency>
participants (1)
-
echatellier@users.nuiton.org