| | |
| | | <druid.version>1.2.4</druid.version>
|
| | | <commons.io.version>2.5</commons.io.version>
|
| | | <commons.fileupload.version>1.3.3</commons.fileupload.version>
|
| | | <commons.collections.version>3.2.2</commons.collections.version>
|
| | | <bitwalker.version>1.21</bitwalker.version>
|
| | | <jwt.version>0.9.1</jwt.version>
|
| | | <kaptcha.version>2.3.2</kaptcha.version>
|
| | |
| | | <version>${poi.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!--velocity代码生成使用模板 -->
|
| | | <!-- 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>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | </exclusion>
|
| | | </exclusions>
|
| | | </dependency>
|
| | | |
| | | <!-- collections工具类 -->
|
| | | <dependency>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | <version>${commons.collections.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 定时任务 -->
|