Author: dennisl Date: Sat Oct 20 08:32:02 2007 New Revision: 586746 URL: http://svn.apache.org/viewvc?rev=586746&view=rev Log: o Apply r580726 to the branch.
Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-doc-renderer/pom.xml maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-site-renderer/pom.xml Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-doc-renderer/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-doc-renderer/pom.xml?rev=586746&r1=586745&r2=586746&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-doc-renderer/pom.xml (original) +++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-doc-renderer/pom.xml Sat Oct 20 08:32:02 2007 @@ -70,13 +70,17 @@ <artifactId>doxia-core</artifactId> </dependency> <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-sink-api</artifactId> + </dependency> + <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-i18n</artifactId> + <artifactId>plexus-container-default</artifactId> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-site-renderer/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-site-renderer/pom.xml?rev=586746&r1=586745&r2=586746&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-site-renderer/pom.xml (original) +++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/doxia-site-renderer/pom.xml Sat Oct 20 08:32:02 2007 @@ -55,12 +55,20 @@ </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> <version>1.1.7</version> <exclusions> <exclusion> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> + </exclusion> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> </exclusion> <exclusion> <groupId>velocity</groupId>