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 46a64ea9d74 (chores) camel-test-infra-ollama: added missing dependency 
(#17439)
46a64ea9d74 is described below

commit 46a64ea9d7426df98cc2e2011c61d8dd4ab1f4c2
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 40a4352201f..000cc39f5bf 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>

Reply via email to