Skip to content

Commit eba7bde

Browse files
authored
Polish dependencies (#3198)
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
1 parent c0b9240 commit eba7bde

File tree

1 file changed

+4
-1
lines changed
  • memory/repository/spring-ai-model-chat-memory-repository-jdbc

1 file changed

+4
-1
lines changed

memory/repository/spring-ai-model-chat-memory-repository-jdbc/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,21 @@
5555
<artifactId>HikariCP</artifactId>
5656
</dependency>
5757

58+
<!-- TESTING -->
59+
5860
<dependency>
5961
<groupId>org.postgresql</groupId>
6062
<artifactId>postgresql</artifactId>
6163
<version>${postgresql.version}</version>
64+
<scope>test</scope>
6265
<optional>true</optional>
6366
</dependency>
6467

6568
<dependency>
6669
<groupId>org.mariadb.jdbc</groupId>
6770
<artifactId>mariadb-java-client</artifactId>
6871
<version>${mariadb.version}</version>
72+
<scope>test</scope>
6973
<optional>true</optional>
7074
</dependency>
7175

@@ -76,7 +80,6 @@
7680
<optional>true</optional>
7781
</dependency>
7882

79-
<!-- TESTING -->
8083
<dependency>
8184
<groupId>org.springframework.boot</groupId>
8285
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)