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 1c7de89866 fixed wrong alpjhabetic order from last change
1c7de89866 is described below

commit 1c7de89866e4b8ef55f82b3775983cda076c8504
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Mon Jul 8 15:46:57 2024 +0200

    fixed wrong alpjhabetic order from last change
---
 poms/bom/pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index d797a9c576..c285b54efb 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6352,16 +6352,6 @@
             </dependency>
 
             <!--$ Other third party dependencies $-->
-            <dependency>
-                <groupId>dev.langchain4j</groupId>
-                <artifactId>langchain4j</artifactId>
-                <version>${langchain4j.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>dev.langchain4j</groupId>
-                <artifactId>langchain4j-core</artifactId>
-                <version>${langchain4j.version}</version>
-            </dependency>
             <dependency>
                 <groupId>ca.uhn.hapi</groupId>
                 <artifactId>hapi-base</artifactId>
@@ -6713,6 +6703,16 @@
                 <artifactId>commons-lang</artifactId>
                 <version>${commons-lang.version}</version>
             </dependency>
+            <dependency>
+                <groupId>dev.langchain4j</groupId>
+                <artifactId>langchain4j</artifactId>
+                <version>${langchain4j.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>dev.langchain4j</groupId>
+                <artifactId>langchain4j-core</artifactId>
+                <version>${langchain4j.version}</version>
+            </dependency>
             <dependency>
                 <groupId>io.dropwizard.metrics</groupId>
                 <artifactId>dropwizard-core</artifactId>

Reply via email to