From 1385b165c9a62a486b4494ebb11320d3c1117a5e Mon Sep 17 00:00:00 2001
From: ageer <ageerle@163.com>
Date: 星期日, 02 三月 2025 11:19:29 +0800
Subject: [PATCH] feat(知识库): 增加知识库模块

---
 ruoyi-modules/ruoyi-system/pom.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 8353449..cdce824 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -16,6 +16,10 @@
         system绯荤粺妯″潡
     </description>
 
+    <properties>
+        <httpclient.version>4.5.14</httpclient.version>
+    </properties>
+
     <dependencies>
         <!-- 閫氱敤宸ュ叿-->
         <dependency>
@@ -93,9 +97,20 @@
         </dependency>
 
         <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-common-wechat</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-xml</artifactId>
             <version>2.15.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpmime</artifactId>
+            <version>${httpclient.version}</version>
         </dependency>
 
         <!-- 鏀粯鍔熻兘妯″潡 -->
@@ -103,6 +118,12 @@
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-common-pay</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.github.ollama4j</groupId>
+            <artifactId>ollama4j</artifactId>
+            <version>1.0.79</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.3