This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 4d64dadc Remove unused Maven properties
4d64dadc is described below
commit 4d64dadca1eb34a45fd1f035b371b56a4c728436
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed May 27 11:15:17 2026 +0200
Remove unused Maven properties
Signed-off-by: Aurélien Pupier <[email protected]>
---
pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index de4d6239..3a119c21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,28 +150,14 @@
<camel.version>${project.version}</camel.version>
- <arquillian-version>1.7.0.Alpha10</arquillian-version>
- <arquillian-tomcat-version>1.2.0.Final</arquillian-tomcat-version>
- <arquillian-jetty-version>1.0.0.CR4</arquillian-jetty-version>
- <asciidoctorj-version>2.1.0</asciidoctorj-version>
- <cdi-api-1.2-version>1.2</cdi-api-1.2-version>
- <groovy-version>3.0.2</groovy-version>
- <pax-exam-version>4.13.2</pax-exam-version>
- <pax-url-aether>2.6.2</pax-url-aether>
- <jaxb-version>2.3.0</jaxb-version>
<!-- These are not inherited from Camel via camel-dependencies -->
<maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version>
<maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
<maven-javadoc-plugin-version>3.12.0</maven-javadoc-plugin-version>
<maven-release-plugin-version>3.3.1</maven-release-plugin-version>
<flatten-maven-plugin-version>1.7.3</flatten-maven-plugin-version>
- <metrics-cdi-version>1.3.3</metrics-cdi-version>
- <mycila-license-version>3.0</mycila-license-version>
- <pax-cdi-version>1.0.0</pax-cdi-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
- <tomcat-version>10.1.13</tomcat-version>
<jkube-version>1.19.0</jkube-version>
- <wsdl4j-version>1.6.3</wsdl4j-version>
<fabric8-maven-plugin-version>4.4.2</fabric8-maven-plugin-version>
</properties>