Author: dennisl
Date: Sat Sep  8 15:17:33 2007
New Revision: 573917

URL: http://svn.apache.org/viewvc?rev=573917&view=rev
Log:
o Remove dependency management for doxia-decoration-model with the same version 
as the project itself, because it creates a circular dependency. 
doxia-decoration-model is a transitive dependency for doxia-maven-plugin.

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

Modified: maven/doxia/doxia/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=573917&r1=573916&r2=573917&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Sep  8 15:17:33 2007
@@ -191,11 +191,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven.doxia</groupId>
-        <artifactId>doxia-decoration-model</artifactId>
-        <version>${projectVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-core</artifactId>
         <version>${projectVersion}</version>
       </dependency>


Reply via email to