File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
vector-stores/spring-ai-pgvector-store Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 48
48
<version >${project.parent.version} </version >
49
49
</dependency >
50
50
51
- <dependency >
52
- <groupId >org.springframework.ai</groupId >
53
- <artifactId >spring-ai-advisors</artifactId >
54
- <version >${project.parent.version} </version >
55
- </dependency >
56
-
57
-
58
51
<dependency >
59
52
<groupId >com.zaxxer</groupId >
60
53
<artifactId >HikariCP</artifactId >
123
116
<dependency >
124
117
<groupId >org.springframework.ai</groupId >
125
118
<artifactId >spring-ai-advisors</artifactId >
126
- <version >1.0.0-SNAPSHOT</version >
127
- <scope >test</scope >
128
- </dependency >
129
- <dependency >
130
- <groupId >org.springframework.ai</groupId >
131
- <artifactId >spring-ai-advisors</artifactId >
132
- <version >1.0.0-SNAPSHOT</version >
119
+ <version >${project.version} </version >
133
120
<scope >test</scope >
134
121
</dependency >
135
122
You can’t perform that action at this time.
0 commit comments