This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-spring-boot-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.8.x by
this push:
new aa6d57e1006 Remove version element for camel-jetty test dependency
aa6d57e1006 is described below
commit aa6d57e1006f7f0d0afc152812be4c8fc65d333b
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sun Oct 20 13:30:05 2024 +0200
Remove version element for camel-jetty test dependency
---
core/camel-spring-boot-xml/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/camel-spring-boot-xml/pom.xml
b/core/camel-spring-boot-xml/pom.xml
index e382cac8278..edb364b7668 100644
--- a/core/camel-spring-boot-xml/pom.xml
+++ b/core/camel-spring-boot-xml/pom.xml
@@ -108,7 +108,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jetty</artifactId>
- <version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>