This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch milvus-component in repository https://gitbox.apache.org/repos/asf/camel.git
commit 753990f151b91f8321d441223844e5847c6ab464 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 15 12:07:04 2024 +0100 CAMEL-20485 - Create a Camel-Milvus component - Added to kit Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- bom/camel-bom/pom.xml | 5 +++++ components/pom.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index a0d42c33e32..5b520b1ebff 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -1402,6 +1402,11 @@ <artifactId>camel-microprofile-health</artifactId> <version>4.5.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-milvus</artifactId> + <version>4.5.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mina</artifactId> diff --git a/components/pom.xml b/components/pom.xml index e70bde3d31f..f48ea6a85f8 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -209,6 +209,7 @@ <module>camel-micrometer</module> <module>camel-micrometer-prometheus</module> <module>camel-microprofile</module> + <module>camel-milvus</module> <module>camel-mina</module> <module>camel-minio</module> <module>camel-mllp</module>