This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.10.x by this push:
new 835b52de657 (chores) camel-test-infra-ollama: added missing dependency
(#17439)
835b52de657 is described below
commit 835b52de6573898f21a62b5effbc4cbf3273be0b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Mar 12 17:37:30 2025 +0100
(chores) camel-test-infra-ollama: added missing dependency (#17439)
---
test-infra/camel-test-infra-ollama/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/test-infra/camel-test-infra-ollama/pom.xml
b/test-infra/camel-test-infra-ollama/pom.xml
index 5be9bf783b6..229019af043 100644
--- a/test-infra/camel-test-infra-ollama/pom.xml
+++ b/test-infra/camel-test-infra-ollama/pom.xml
@@ -41,6 +41,12 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-test-infra-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>