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 6056509c937713463e7eaad8c4e23150376178aa 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 8b24de88..98558551 100644 --- a/doxia-core/pom.xml +++ b/doxia-core/pom.xml @@ -71,7 +71,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 03d3cead..4cebec4b 100644 --- a/doxia-modules/doxia-module-apt/pom.xml +++ b/doxia-modules/doxia-module-apt/pom.xml @@ -61,7 +61,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 d973f11c..5ca4f69f 100644 --- a/doxia-modules/doxia-module-fml/pom.xml +++ b/doxia-modules/doxia-module-fml/pom.xml @@ -63,7 +63,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 89776f70..8ec9ded5 100644 --- a/doxia-modules/doxia-module-markdown/pom.xml +++ b/doxia-modules/doxia-module-markdown/pom.xml @@ -161,7 +161,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 0a8bd7bc..648687ed 100644 --- a/doxia-modules/doxia-module-xdoc/pom.xml +++ b/doxia-modules/doxia-module-xdoc/pom.xml @@ -63,7 +63,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 b7798e66..1ec21c90 100644 --- a/doxia-modules/doxia-module-xhtml5/pom.xml +++ b/doxia-modules/doxia-module-xhtml5/pom.xml @@ -62,7 +62,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 9279c963..62951bce 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>