Skip to content

Commit

Permalink
Add Milvus Client SDK version to parent POM (#13603)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 25, 2024
1 parent cf4f685 commit 1186dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/camel-milvus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.3.4</version>
<version>${milvus-client-version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
3 changes: 2 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@
<micrometer-version>1.12.4</micrometer-version>
<micrometer-tracing-version>1.2.4</micrometer-tracing-version>
<microprofile-config-version>3.1</microprofile-config-version>
<microprofile-fault-tolerance-version>4.0.2</microprofile-fault-tolerance-version>
<microprofile-fault-tolerance-version>4.0.2</microprofile-fault-tolerance-version>
<milvus-client-version>2.3.4</milvus-client-version>
<mina-version>2.2.3</mina-version>
<minidns-version>0.3.4</minidns-version>
<minimal-json-version>0.9.5</minimal-json-version>
Expand Down

0 comments on commit 1186dca

Please sign in to comment.