Author: dennisl
Date: Thu Jul 20 11:57:25 2006
New Revision: 424020

URL: http://svn.apache.org/viewvc?rev=424020&view=rev
Log:
[MNG-2421] [plugins/docck] fail to run 
"org.apache.commons.logging.LogConfigurationException: Class 
org.apache.commons.logging.impl.Jdk14Logger does not implement Log
This should fix this issue.

Modified:
    maven/sandbox/plugins/maven-docck-plugin/pom.xml

Modified: maven/sandbox/plugins/maven-docck-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-docck-plugin/pom.xml?rev=424020&r1=424019&r2=424020&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-docck-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-docck-plugin/pom.xml Thu Jul 20 11:57:25 2006
@@ -31,6 +31,11 @@
       <version>3.0</version>
     </dependency>
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>file-management</artifactId>
       <version>1.0</version>


Reply via email to