This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 049d05bc39 Langchain4j: remove useless dependency (#6915)
049d05bc39 is described below
commit 049d05bc3920ed757b56009d613ca2fc89a705f9
Author: Alexandre Gallice <[email protected]>
AuthorDate: Fri Jan 17 13:10:03 2025 +0100
Langchain4j: remove useless dependency (#6915)
---
integration-tests/langchain4j/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/integration-tests/langchain4j/pom.xml
b/integration-tests/langchain4j/pom.xml
index 773a4b50f4..531f3fb5de 100644
--- a/integration-tests/langchain4j/pom.xml
+++ b/integration-tests/langchain4j/pom.xml
@@ -61,10 +61,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest</artifactId>
</dependency>
- <dependency>
- <groupId>io.quarkiverse.langchain4j</groupId>
- <artifactId>quarkus-langchain4j-ollama</artifactId>
- </dependency>
<!-- test dependencies -->
<dependency>