File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed
vector-stores/spring-ai-pgvector-store Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 20
20
<developerConnection >git@github.com:spring-projects/spring-ai.git</developerConnection >
21
21
</scm >
22
22
23
- <properties >
24
- <!-- testing -->
25
- <hikari-cp .version>4.0.3</hikari-cp .version>
26
- </properties >
27
-
28
23
<dependencies >
29
24
<dependency >
30
25
<groupId >org.springframework.ai</groupId >
33
28
</dependency >
34
29
35
30
<dependency >
36
- <groupId >org.springframework.boot</groupId >
37
- <artifactId >spring-boot-starter-jdbc</artifactId >
31
+ <groupId >com.zaxxer</groupId >
32
+ <artifactId >HikariCP</artifactId >
33
+ </dependency >
34
+
35
+ <dependency >
36
+ <groupId >org.springframework</groupId >
37
+ <artifactId >spring-jdbc</artifactId >
38
38
</dependency >
39
39
40
40
<dependency >
83
83
<scope >test</scope >
84
84
</dependency >
85
85
86
- <dependency >
87
- <groupId >com.zaxxer</groupId >
88
- <artifactId >HikariCP</artifactId >
89
- <version >${hikari-cp.version} </version >
90
- <scope >test</scope >
91
- </dependency >
92
-
93
86
</dependencies >
94
87
95
88
</project >
You can’t perform that action at this time.
0 commit comments