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

davsclaus pushed a commit to branch fix/CAMEL-23933
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3f3daa7ca071ee9d7661c3c27e0ec08f968ce2d8
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jul 7 20:12:59 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.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[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>

Reply via email to