From d1b6a13a58afa4e03f4d6cb0a62cd759ccf306f4 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期二, 04 三月 2025 10:06:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/main' --- 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