This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 803f653a7c79 CAMEL-23933: Remove deprecated maven-resolver-supplier
dependency
803f653a7c79 is described below
commit 803f653a7c791455755e97a9e1f71d119001d4a8
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 8 09:19:05 2026 +0200
CAMEL-23933: Remove deprecated maven-resolver-supplier dependency
The maven-resolver-supplier artifact is not used by any code in
camel-tooling-maven (MIMA handles RepositorySystem creation). It was
accidentally re-added after the MIMA migration and causes classpath
conflicts with maven-resolver-supplier-mvn3 in downstream projects.
Closes #24504
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
tooling/camel-tooling-maven/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tooling/camel-tooling-maven/pom.xml
b/tooling/camel-tooling-maven/pom.xml
index ee3db3fb1a05..42610429b311 100644
--- a/tooling/camel-tooling-maven/pom.xml
+++ b/tooling/camel-tooling-maven/pom.xml
@@ -64,11 +64,6 @@
<artifactId>maven-resolver-impl</artifactId>
<version>${maven-resolver-version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.maven.resolver</groupId>
- <artifactId>maven-resolver-supplier</artifactId>
- <version>${maven-resolver-version}</version>
- </dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-util</artifactId>