Skip to content

Commit

Permalink
Remove hard coded version from langchain4j-ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed May 28, 2024
1 parent 3bb7619 commit 9eddcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<kudu.version>${kudu-version}</kudu.version>
<kotlin.version>1.9.23</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->
<kryo.version>2.24.0</kryo.version><!-- @sync org.apache.flink:flink-core:${flink-version} dep:com.esotericsoftware.kryo:kryo -->
<langchain4j.version>${langchain4j-version}</langchain4j.version>
<mapstruct.version>${mapstruct-version}</mapstruct.version>
<minio.version>8.5.7</minio.version><!-- @sync io.quarkiverse.minio:quarkus-minio-parent:${quarkiverse-minio.version} prop:minio.version -->
<msal4j.version>1.15.0</msal4j.version><!-- @sync com.azure:azure-identity:${azure-identity.version} dep:com.microsoft.azure:msal4j -->
Expand Down
3 changes: 1 addition & 2 deletions poms/bom-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-ollama</artifactId>
<!-- TODO: Figure out why using a version property seems to make the build fail -->
<version>0.30.0</version>
<version>${langchain4j.version}</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.micrometer.registry</groupId>
Expand Down

0 comments on commit 9eddcf5

Please sign in to comment.