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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 9dd860a2814 Add commons-lang3 test dependency to cassandraql (#1595)
9dd860a2814 is described below

commit 9dd860a2814df500fe0a9244615054eaba4be361
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Dec 15 01:41:16 2025 -0500

    Add commons-lang3 test dependency to cassandraql (#1595)
---
 components-starter/camel-cassandraql-starter/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components-starter/camel-cassandraql-starter/pom.xml 
b/components-starter/camel-cassandraql-starter/pom.xml
index 95d62b23ed5..4f7971a5a41 100644
--- a/components-starter/camel-cassandraql-starter/pom.xml
+++ b/components-starter/camel-cassandraql-starter/pom.xml
@@ -53,6 +53,12 @@
       <version>${jcip-annotations-version}</version>
       <scope>test</scope>
     </dependency>
+    <!-- test dependencies -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
       <groupId>org.apache.camel.springboot</groupId>

Reply via email to