Author: tchemit Date: 2008-06-30 17:56:31 +0000 (Mon, 30 Jun 2008) New Revision: 802 Modified: trunk/maven-commandline-plugin/src/resources/META-INF/services/org.apache.commons.logging.LogFactory Log: try to use a commons factory with no X121 dependencies Modified: trunk/maven-commandline-plugin/src/resources/META-INF/services/org.apache.commons.logging.LogFactory =================================================================== --- trunk/maven-commandline-plugin/src/resources/META-INF/services/org.apache.commons.logging.LogFactory 2008-06-12 09:29:35 UTC (rev 801) +++ trunk/maven-commandline-plugin/src/resources/META-INF/services/org.apache.commons.logging.LogFactory 2008-06-30 17:56:31 UTC (rev 802) @@ -1 +1 @@ -org.codelutin.util.LutinLogFactory \ No newline at end of file +org.apache.commons.logging.impl.LogFactoryImpl \ No newline at end of file