This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b75015ee26ff2235cb78ad97f436429619789420 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 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>