You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/09/14 17:42:54 UTC

svn commit: r695242 - /maven/plugins/trunk/maven-docck-plugin/pom.xml

Author: dennisl
Date: Sun Sep 14 08:42:53 2008
New Revision: 695242

URL: http://svn.apache.org/viewvc?rev=695242&view=rev
Log:
o Update to maven-plugin-tools 2.4.3 and remove the temporary fix for MDOCCK-12.

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

Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/pom.xml?rev=695242&r1=695241&r2=695242&view=diff
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/pom.xml Sun Sep 14 08:42:53 2008
@@ -67,37 +67,23 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-api</artifactId>
-      <version>2.4.2</version>
+      <version>2.4.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-descriptor</artifactId>
       <version>2.0.6</version>
     </dependency>
-    <!-- TODO: Temporary fix for MDOCCK-12, remove once maven-plugin-tools-java has been updated to use latest QDOX by itself -->
-    <dependency>
-      <groupId>com.thoughtworks.qdox</groupId>
-      <artifactId>qdox</artifactId>
-      <version>1.6.3</version>
-      <scope>runtime</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-java</artifactId>
-      <version>2.4.2</version>
+      <version>2.4.3</version>
       <scope>runtime</scope>
-      <exclusions>
-        <!-- using com.thoughtworks.qdox:qdox instead -->
-        <exclusion>
-          <groupId>qdox</groupId>
-          <artifactId>qdox</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <version>2.4.2</version>
+      <version>2.4.3</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>