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 fe74cc4c203 [CAMEL-19462] remove maven-compat (#10784) fe74cc4c203 is described below commit fe74cc4c203fc77444154c334644fbead1e76742 Author: Jono Morris <jono.mor...@xtra.co.nz> AuthorDate: Sun Jul 23 02:28:20 2023 +1200 [CAMEL-19462] remove maven-compat (#10784) --- tooling/maven/camel-package-maven-plugin/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index 70d74b2b19a..15a87aefefb 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -85,10 +85,6 @@ <artifactId>maven-shared-utils</artifactId> <version>${maven-shared-utils-plugin-version}</version> </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-compat</artifactId> - </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId>