This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 39e047ef5 Use the camel-bom version for
camel-core/camel-aws2-eventbridge (camel-bom is already being imported) (#2643)
39e047ef5 is described below
commit 39e047ef54320829159438ecc77e612136702e6d
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Dec 5 03:25:51 2025 -0500
Use the camel-bom version for camel-core/camel-aws2-eventbridge (camel-bom
is already being imported) (#2643)
---
tests/camel-kamelets-itest/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/camel-kamelets-itest/pom.xml
b/tests/camel-kamelets-itest/pom.xml
index bbd0c8ef3..112ced081 100644
--- a/tests/camel-kamelets-itest/pom.xml
+++ b/tests/camel-kamelets-itest/pom.xml
@@ -61,7 +61,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
- <version>${camel.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -92,7 +91,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws2-eventbridge</artifactId>
- <version>${camel.version}</version>
<scope>test</scope>
</dependency>