Commit d48260ed authored by 陈立彬's avatar 陈立彬

pom

parent f64e2bc4
...@@ -176,6 +176,22 @@ ...@@ -176,6 +176,22 @@
<version>${langchain4j.version}</version> <version>${langchain4j.version}</version>
</dependency> </dependency>
<dependency>
<groupId>cn.smartbreeze.core</groupId>
<artifactId>elastic-file-client</artifactId>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<!-- 分布式文件传输(自建的minio) -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.2</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies> </dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment