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 733d170867d4 Add commons-lang3 as otherwise cannot use this
infra-ollama for the spring-ai tests
733d170867d4 is described below
commit 733d170867d45c557e3602586dd5e05104c93264
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 25 07:35:43 2025 +0100
Add commons-lang3 as otherwise cannot use this infra-ollama for the
spring-ai tests
---
test-infra/camel-test-infra-ollama/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test-infra/camel-test-infra-ollama/pom.xml
b/test-infra/camel-test-infra-ollama/pom.xml
index dc7af9981bb8..34ad25a54556 100644
--- a/test-infra/camel-test-infra-ollama/pom.xml
+++ b/test-infra/camel-test-infra-ollama/pom.xml
@@ -46,6 +46,10 @@
<artifactId>camel-test-infra-common</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
<dependency>
<groupId>org.testcontainers</groupId>