RuoYi
2023-08-15 4ac7a1aa1fe3abc3d59b8ce1d417f2bc8ad215d4
ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <artifactId>ruoyi</artifactId>
        <groupId>com.ruoyi</groupId>
        <version>3.1.0</version>
        <version>3.8.6</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,13 @@
        <!--velocity代码生成使用模板 -->
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity</artifactId>
            <artifactId>velocity-engine-core</artifactId>
        </dependency>
        <!-- collections工具类 -->
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
        </dependency>
        <!-- 通用工具-->