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

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

commit 13ca11a846e945a07ab41c30f62f4f7234ebdfe5
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
AuthorDate: Sat Dec 30 12:22:06 2023 +0100

    [DOXIA-717] Upgrade to org.codehaus.plexus:plexus-testing 1.3.0
    
    This also upgrades to Guice 6.0.0 which is required by Plexus Testing 1.3.0.
    
    This closes #190
---
 doxia-core/pom.xml                          | 1 -
 doxia-modules/doxia-module-apt/pom.xml      | 1 -
 doxia-modules/doxia-module-fml/pom.xml      | 1 -
 doxia-modules/doxia-module-markdown/pom.xml | 1 -
 doxia-modules/doxia-module-xdoc/pom.xml     | 1 -
 doxia-modules/doxia-module-xhtml5/pom.xml   | 1 -
 pom.xml                                     | 6 +++---
 7 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index c388c5bf..40318206 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -68,7 +68,6 @@ under the License.
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/doxia-modules/doxia-module-apt/pom.xml 
b/doxia-modules/doxia-module-apt/pom.xml
index 74ccc07d..bea9f696 100644
--- a/doxia-modules/doxia-module-apt/pom.xml
+++ b/doxia-modules/doxia-module-apt/pom.xml
@@ -57,7 +57,6 @@ under the License.
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/doxia-modules/doxia-module-fml/pom.xml 
b/doxia-modules/doxia-module-fml/pom.xml
index 40054f54..5081fa28 100644
--- a/doxia-modules/doxia-module-fml/pom.xml
+++ b/doxia-modules/doxia-module-fml/pom.xml
@@ -55,7 +55,6 @@ under the License.
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/doxia-modules/doxia-module-markdown/pom.xml 
b/doxia-modules/doxia-module-markdown/pom.xml
index f8fb1771..91d17227 100644
--- a/doxia-modules/doxia-module-markdown/pom.xml
+++ b/doxia-modules/doxia-module-markdown/pom.xml
@@ -153,7 +153,6 @@ under the License.
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/doxia-modules/doxia-module-xdoc/pom.xml 
b/doxia-modules/doxia-module-xdoc/pom.xml
index 0d513032..57b81418 100644
--- a/doxia-modules/doxia-module-xdoc/pom.xml
+++ b/doxia-modules/doxia-module-xdoc/pom.xml
@@ -55,7 +55,6 @@ under the License.
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/doxia-modules/doxia-module-xhtml5/pom.xml 
b/doxia-modules/doxia-module-xhtml5/pom.xml
index 17e5fbed..738e25b1 100644
--- a/doxia-modules/doxia-module-xhtml5/pom.xml
+++ b/doxia-modules/doxia-module-xhtml5/pom.xml
@@ -53,7 +53,6 @@ under the License.
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 35cba5d5..a5712cf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-testing</artifactId>
-        <version>1.1.0</version>
+        <version>1.3.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -188,8 +188,8 @@ under the License.
       <dependency>
         <groupId>com.google.inject</groupId>
         <artifactId>guice</artifactId>
-        <version>4.2.3</version>
-        <classifier>no_aop</classifier>
+        <version>6.0.0</version>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>

Reply via email to