| | |
| | | <commons.fileupload.version>1.4</commons.fileupload.version>
|
| | | <commons.collections.version>3.2.2</commons.collections.version>
|
| | | <poi.version>4.1.2</poi.version>
|
| | | <velocity.version>1.7</velocity.version>
|
| | | <velocity.version>2.3</velocity.version>
|
| | | <jwt.version>0.9.1</jwt.version>
|
| | | </properties>
|
| | |
|
| | |
| | | <!-- velocity代码生成使用模板 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity</artifactId>
|
| | | <artifactId>velocity-engine-core</artifactId>
|
| | | <version>${velocity.version}</version>
|
| | | <exclusions>
|
| | | <exclusion>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | </exclusion>
|
| | | </exclusions>
|
| | | </dependency>
|
| | |
|
| | | <!-- collections工具类 -->
|