From eba7bde8700a15b0978c58772d829009346b7cab Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Fri, 16 May 2025 19:23:26 +0800 Subject: [PATCH] Polish dependencies (#3198) Signed-off-by: Yanming Zhou --- .../spring-ai-model-chat-memory-repository-jdbc/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/memory/repository/spring-ai-model-chat-memory-repository-jdbc/pom.xml b/memory/repository/spring-ai-model-chat-memory-repository-jdbc/pom.xml index f7a2c8c03..45ad75e52 100644 --- a/memory/repository/spring-ai-model-chat-memory-repository-jdbc/pom.xml +++ b/memory/repository/spring-ai-model-chat-memory-repository-jdbc/pom.xml @@ -55,10 +55,13 @@ HikariCP + + org.postgresql postgresql ${postgresql.version} + test true @@ -66,6 +69,7 @@ org.mariadb.jdbc mariadb-java-client ${mariadb.version} + test true @@ -76,7 +80,6 @@ true - org.springframework.boot spring-boot-starter-test