Author: tchemit Date: 2010-05-11 13:49:31 +0200 (Tue, 11 May 2010) New Revision: 1856 Url: http://nuiton.org/repositories/revision/nuiton-utils/1856 Log: Evolution #597: Use provided log4j (need to specify it in final application) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-11 11:39:18 UTC (rev 1855) +++ trunk/pom.xml 2010-05-11 11:49:31 UTC (rev 1856) @@ -45,10 +45,7 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> - <!-- TC-20091011 : not sure this is a good idea to - add this dependency, it is more for a final - application to fix this dependency ? --> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency>
participants (1)
-
tchemit@users.nuiton.org