Author: echatellier Date: 2013-02-04 11:53:27 +0100 (Mon, 04 Feb 2013) New Revision: 69 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/69 Log: Update aspectj and wicket Modified: trunk/cantharella.data/pom.xml trunk/pom.xml Modified: trunk/cantharella.data/pom.xml =================================================================== --- trunk/cantharella.data/pom.xml 2013-02-04 10:31:18 UTC (rev 68) +++ trunk/cantharella.data/pom.xml 2013-02-04 10:53:27 UTC (rev 69) @@ -107,6 +107,11 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.commons</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-04 10:31:18 UTC (rev 68) +++ trunk/pom.xml 2013-02-04 10:53:27 UTC (rev 69) @@ -121,7 +121,7 @@ <version.lucene>3.6.2</version.lucene> <version.c3p0>0.9.1</version.c3p0> - <version.aspectj>1.6.8</version.aspectj> + <version.aspectj>1.7.1</version.aspectj> <version.opencsv>2.3</version.opencsv> <version.javassist>3.8.0.GA</version.javassist> <version.spring>3.2.1.RELEASE</version.spring> @@ -132,7 +132,7 @@ <version.servlet-api>2.5</version.servlet-api> - <version.wicket>1.5.6</version.wicket> + <version.wicket>1.5.9</version.wicket> <!-- FIXME echatellier Probleme de parallelisation des tests unitaire, cause org.hibernate.HibernateException: Don't change the reference to a collection @@ -249,6 +249,12 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${version.slf4j}</version>