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

commit ca584804bef8a39c946d35635366f0e27b9cb6a1
Author: JiriOndrusek <ondrusek.j...@gmail.com>
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 6a186f18e8..4755616ef8 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>
                 <exclusions>
                     <exclusion>

Reply via email to