From 778c89003cfde668712067e32e92c9f3414e9629 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 26 Feb 2025 10:01:10 -0500 Subject: [PATCH] Fix qdrant autoconfig test issue Need to provide grpc-api dependency in provided scope for compilation/test Signed-off-by: Soby Chacko --- .../pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml b/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml index 2ee3249c67..e860a319d3 100644 --- a/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml +++ b/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml @@ -37,6 +37,9 @@ git@github.com:spring-projects/spring-ai.git + + 1.65.1 + @@ -45,6 +48,13 @@ ${project.parent.version} true + + + io.grpc + grpc-api + ${grpc.version} + provided + org.springframework.boot spring-boot-starter