办学质量监测教学评价系统
ageerle
2025-03-04 d1b6a13a58afa4e03f4d6cb0a62cd759ccf306f4
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>