RuoYi
2021-03-16 d48e70bfd4b3cdc0f8dbf9fa21020ebbf474607b
pom.xml
@@ -221,9 +221,9 @@
      <!-- velocity代码生成使用模板 -->
      <dependency>
           <groupId>org.apache.velocity</groupId>
            <artifactId>velocity</artifactId>
            <version>${velocity.version}</version>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity</artifactId>
         <version>${velocity.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>commons-collections</groupId>
@@ -234,9 +234,9 @@
      
      <!-- collections工具类 -->
      <dependency>
          <groupId>commons-collections</groupId>
          <artifactId>commons-collections</artifactId>
          <version>${commons.collections.version}</version>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
         <version>${commons.collections.version}</version>
      </dependency>
      
        <!-- 定时任务 -->