办学质量监测教学评价系统
ageer
2025-03-02 1385b165c9a62a486b4494ebb11320d3c1117a5e
ruoyi-modules/ruoyi-fusion/pom.xml
@@ -11,7 +11,7 @@
    <artifactId>ruoyi-fusion</artifactId>
    <description>
       AI绘画
       三方API接入
    </description>
    <properties>
@@ -29,10 +29,7 @@
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</artifactId>
@@ -114,6 +111,10 @@
            <groupId>org.ruoyi</groupId>
            <artifactId>ruoyi-system</artifactId>
        </dependency>
        <dependency>
            <groupId>org.ruoyi</groupId>
            <artifactId>ruoyi-knowledge</artifactId>
        </dependency>
    </dependencies>
</project>