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 4bfc390b60e771ca89b1334848b570c67f96170f Author: Gregor Zurowski <[email protected]> AuthorDate: Thu Jan 1 18:12:10 2026 +0000 Remove SCM plugin override due to classpath problems during build --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index d5016713bc4..ef637c3e3fc 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>
