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 lt...@apache.org on 2007/11/06 15:46:16 UTC

svn commit: r592440 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml

Author: ltheussl
Date: Tue Nov  6 06:46:16 2007
New Revision: 592440

URL: http://svn.apache.org/viewvc?rev=592440&view=rev
Log:
Add plexus excludes

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=592440&r1=592439&r2=592440&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Tue Nov  6 06:46:16 2007
@@ -43,10 +43,21 @@
     </developer>
   </developers>
   <dependencies>
+    <!-- TODO: remove, see DOXIA-159 -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-doc-renderer</artifactId>
       <version>${projectVersion}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-container-default</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>