File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
memory/repository/spring-ai-model-chat-memory-repository-jdbc Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
7680 <optional >true</optional >
7781 </dependency >
7882
79- <!-- TESTING -->
8083 <dependency >
8184 <groupId >org.springframework.boot</groupId >
8285 <artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments