Skip to content

Commit

Permalink
fixed wrong alpjhabetic order from last change
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Jul 8, 2024
1 parent 71cd95b commit 1c7de89
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 1c7de89

Please sign in to comment.