You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2011/02/22 18:35:12 UTC

svn commit: r1073429 - /myfaces/trinidad-maven/branches/2.0.x-branch/maven-tagdoc-plugin/pom.xml

Author: sobryan
Date: Tue Feb 22 17:35:12 2011
New Revision: 1073429

URL: http://svn.apache.org/viewvc?rev=1073429&view=rev
Log:
TRINIDAD-2042: Trinidad TagDoc report plugin does not allow mvn site:site target to run

* Removed local references to commons logging and log4j

Modified:
    myfaces/trinidad-maven/branches/2.0.x-branch/maven-tagdoc-plugin/pom.xml

Modified: myfaces/trinidad-maven/branches/2.0.x-branch/maven-tagdoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/branches/2.0.x-branch/maven-tagdoc-plugin/pom.xml?rev=1073429&r1=1073428&r2=1073429&view=diff
==============================================================================
--- myfaces/trinidad-maven/branches/2.0.x-branch/maven-tagdoc-plugin/pom.xml (original)
+++ myfaces/trinidad-maven/branches/2.0.x-branch/maven-tagdoc-plugin/pom.xml Tue Feb 22 17:35:12 2011
@@ -104,17 +104,6 @@
       <artifactId>doxia-site-renderer</artifactId>
       <version>1.0-alpha-7</version>
     </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.12</version>
-      <scope>runtime</scope>
-    </dependency>
   </dependencies>
 
   <reporting>