RuoYi
2024-07-02 2feae7619f75421d5b026cbb878420663c1a81b8
ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <artifactId>ruoyi</artifactId>
        <groupId>com.ruoyi</groupId>
        <version>3.8.3</version>
        <version>3.8.8</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -17,16 +17,10 @@
    <dependencies>
        <!--velocity代码生成使用模板 -->
        <!-- velocity代码生成使用模板 -->
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity-engine-core</artifactId>
        </dependency>
        <!-- collections工具类 -->
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
        </dependency>
        <!-- 通用工具-->
@@ -35,6 +29,12 @@
            <artifactId>ruoyi-common</artifactId>
        </dependency>
        <!-- 阿里数据库连接池 -->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-starter</artifactId>
        </dependency>
    </dependencies>
</project>