Skip to content

Commit

Permalink
Fixed alphjabetical order of bom dependencies (langchain4j)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed May 29, 2024
1 parent 45192e9 commit 1dc01c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1dc01c7

Please sign in to comment.