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

gzurowski pushed a commit to branch release/4.17.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 19ef2aa511b5201ff845d9d74817085141f1d02e
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Jan 2 12:29:48 2026 +0000

    Don't override version for maven-scm-provider-gitexe
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77108a3d2ab..348774d747b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,13 +335,6 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>3.3.1</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.maven.scm</groupId>
-                            <artifactId>maven-scm-provider-gitexe</artifactId>
-                            <version>1.9</version>
-                        </dependency>
-                    </dependencies>
                     <configuration>
                         <localCheckout>true</localCheckout>
                         <pushChanges>true</pushChanges>

Reply via email to