| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- pdf demo放在这里,以后需要可以利用--> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/itextpdf --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | |
| | | <version>5.5.13.2</version> |
| | | </dependency> |
| | | |
| | | <!-- 模板引擎,用于邮件回复--> |
| | | <dependency> |
| | | <groupId>org.freemarker</groupId> |
| | | <artifactId>freemarker</artifactId> |
| | | <version>2.3.31</version> |
| | | </dependency> |
| | | |
| | | <!--xml feed--> |
| | | <dependency> |
| | | <groupId>com.rometools</groupId> |
| | | <artifactId>rome</artifactId> |
| | | <version>1.8.0</version> |
| | | </dependency> |
| | | |
| | | <!--<dependency> |
| | | <groupId>rome</groupId> |
| | | <artifactId>rome</artifactId> |
| | | <version>1.0</version> |
| | | </dependency>--> |
| | | |
| | | </dependencies> |
| | | |