You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2011/04/26 21:55:21 UTC

svn commit: r1096877 - /maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml

Author: dennisl
Date: Tue Apr 26 19:55:21 2011
New Revision: 1096877

URL: http://svn.apache.org/viewvc?rev=1096877&view=rev
Log:
o Remove unused declared dependency.

Modified:
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=1096877&r1=1096876&r2=1096877&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Tue Apr 26 19:55:21 2011
@@ -93,11 +93,6 @@ under the License.
       <artifactId>doxia-module-xhtml</artifactId>
       <version>${projectVersion}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-decoration-model</artifactId>
-      <version>1.2-SNAPSHOT</version>
-    </dependency>
 
     <dependency>
       <groupId>org.codehaus.plexus</groupId>