This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 827e3a3 Fix dependencies according to dependency:analyze (#27)
827e3a3 is described below
commit 827e3a36969871ff19619eb9fd7b51971a266b15
Author: Guillaume Nodet <[email protected]>
AuthorDate: Sun Apr 14 13:34:55 2024 +0200
Fix dependencies according to dependency:analyze (#27)
---
pom.xml | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 59c0165..1d05a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,11 +90,6 @@ under the License.
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>4.0.0</version>
- </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
@@ -105,6 +100,17 @@ under the License.
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>org.eclipse.sisu.plexus</artifactId>
+ <version>0.9.0.M2</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>