8 Jun
2012
8 Jun
'12
10:06 a.m.
Author: sletellier Date: 2012-06-08 12:06:10 +0200 (Fri, 08 Jun 2012) New Revision: 2327 Url: http://nuiton.org/repositories/revision/jaxx/2327 Log: Revert log4j scope to runtime Modified: trunk/jaxx-demo/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2012-06-08 09:52:04 UTC (rev 2326) +++ trunk/jaxx-demo/pom.xml 2012-06-08 10:06:10 UTC (rev 2327) @@ -132,6 +132,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <scope>runtime</scope> </dependency> </dependencies>