This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 9eddcf5ed9 Remove hard coded version from langchain4j-ollama 9eddcf5ed9 is described below commit 9eddcf5ed944b6c5fb39fda65355681657087844 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue May 28 14:10:24 2024 +0100 Remove hard coded version from langchain4j-ollama --- pom.xml | 1 + poms/bom-test/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 148f6e58c1..70460ceac7 100644 --- a/pom.xml +++ b/pom.xml @@ -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 --> diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml index 908cbe12a0..6f48231d54 100644 --- a/poms/bom-test/pom.xml +++ b/poms/bom-test/pom.xml @@ -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>