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 55
55
<artifactId >HikariCP</artifactId >
56
56
</dependency >
57
57
58
+ <!-- TESTING -->
59
+
58
60
<dependency >
59
61
<groupId >org.postgresql</groupId >
60
62
<artifactId >postgresql</artifactId >
61
63
<version >${postgresql.version} </version >
64
+ <scope >test</scope >
62
65
<optional >true</optional >
63
66
</dependency >
64
67
65
68
<dependency >
66
69
<groupId >org.mariadb.jdbc</groupId >
67
70
<artifactId >mariadb-java-client</artifactId >
68
71
<version >${mariadb.version} </version >
72
+ <scope >test</scope >
69
73
<optional >true</optional >
70
74
</dependency >
71
75
76
80
<optional >true</optional >
77
81
</dependency >
78
82
79
- <!-- TESTING -->
80
83
<dependency >
81
84
<groupId >org.springframework.boot</groupId >
82
85
<artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments