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>