This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new 1dc01c7d1e Fixed alphjabetical order of bom dependencies (langchain4j)
1dc01c7d1e is described below

commit 1dc01c7d1e1042b00b7970b9c6c238ec421413d4
Author: JiriOndrusek <[email protected]>
AuthorDate: Wed May 29 10:26:55 2024 +0200

    Fixed alphjabetical order of bom dependencies (langchain4j)
---
 poms/bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 4008f1487d..73da2ef428 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -1779,12 +1779,12 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
-                <artifactId>camel-langchain4j-core</artifactId>
+                <artifactId>camel-langchain4-chat</artifactId>
                 <version>${camel.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
-                <artifactId>camel-langchain4j-chat</artifactId>
+                <artifactId>camel-langchain4j-core</artifactId>
                 <version>${camel.version}</version>
             </dependency>
             <dependency>

Reply via email to