File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 5454 <druid .version>1.2.22</druid .version>
5555 <postgresql .version>42.4.1</postgresql .version>
5656 <commons-collections .version>3.2.1</commons-collections .version>
57+ <commons-io .version>2.18.0</commons-io .version>
5758 <commonmark .version>0.17.0</commonmark .version>
5859 <httpclient5 .version>5.4.1</httpclient5 .version>
5960 <commons-compress .version>1.27.1</commons-compress .version>
132133 <artifactId >commons-collections</artifactId >
133134 <version >${commons-collections.version} </version >
134135 </dependency >
136+ <dependency >
137+ <groupId >commons-io</groupId >
138+ <artifactId >commons-io</artifactId >
139+ <version >${commons-io.version} </version >
140+ </dependency >
135141 <dependency >
136142 <groupId >com.atlassian.commonmark</groupId >
137143 <artifactId >commonmark</artifactId >
229235 <dependencies >
230236 <!-- 在这里可以替换vector-store -->
231237 <!-- 如果不使用默认依赖的话,需要手动配置application.yml -->
232- <!-- 统一openai接入以支持多厂商-->
238+ <!-- 统一openai接入以支持多厂商-->
233239 <dependency >
234240 <groupId >org.springframework.ai</groupId >
235241 <artifactId >spring-ai-openai</artifactId >
You can’t perform that action at this time.
0 commit comments