You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/17 21:53:37 UTC

[maven-reporting-exec] 05/08: [MSHARED-1063] Upgrade to Doxia Sitetools to 2.0.0-M2

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit cd9198323aa267dcec67813457813831ddb0159d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 23:40:29 2022 +0200

    [MSHARED-1063] Upgrade to Doxia Sitetools to 2.0.0-M2
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 04685e3..bb28030 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,13 +198,9 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>1.11.1</version>
+      <version>2.0.0-M2</version>
       <scope>test</scope>
       <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-container-default</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>org.apache.velocity</groupId>
           <artifactId>velocity</artifactId>