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 f20da86df7e60b979b88acce89b1e9ab183fcc97
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 1235a749a4..3acef09702 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