Author: bpoussin Date: 2009-05-19 13:46:01 +0000 (Tue, 19 May 2009) New Revision: 2250 Modified: isis-fish/trunk/pom.xml Log: ajout dans les dependances de log4j car, on en a besoin pour compiler ISIS et donc une dependance via lutinutil ne suffit pas. Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-05-19 13:15:50 UTC (rev 2249) +++ isis-fish/trunk/pom.xml 2009-05-19 13:46:01 UTC (rev 2250) @@ -19,6 +19,14 @@ <dependencies> <!--Compile--> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.14</version> + <scope>compile</scope> + </dependency> + <!--Librairies CodeLutin--> <dependency> <groupId>org.codelutin</groupId>