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