You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/04/29 20:47:00 UTC

svn commit: r1477264 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: rfscholte
Date: Mon Apr 29 18:46:59 2013
New Revision: 1477264

URL: http://svn.apache.org/r1477264
Log:
remove unused declared dependencies: commons-logging:commons-logging:jar:1.1.1:compile

Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1477264&r1=1477263&r2=1477264&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Mon Apr 29 18:46:59 2013
@@ -256,13 +256,6 @@ under the License.
       <version>1.0-alpha-9</version>
     </dependency>
 
-    <!-- misc -->
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-
     <!-- test dependencies -->
     <dependency>
       <groupId>junit</groupId>