This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch DOXIA-638 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit ac8ead4588b245a88a2514c563482b4facfce7cf Author: Michael Osipov <[email protected]> AuthorDate: Sat Jan 8 18:59:00 2022 +0100 [DOXIA-638] Replace Plexus Container Default with Sisu Plexus Shim This closes #86 --- doxia-core/pom.xml | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml index db4b7e6..82eed2f 100644 --- a/doxia-core/pom.xml +++ b/doxia-core/pom.xml @@ -47,8 +47,8 @@ under the License. <artifactId>plexus-utils</artifactId> </dependency> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> diff --git a/pom.xml b/pom.xml index 4fef5e1..15a99f6 100644 --- a/pom.xml +++ b/pom.xml @@ -163,14 +163,14 @@ under the License. <!-- Plexus --> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>2.1.0</version> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <version>0.3.5</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-annotations</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
