| | |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- 定时任务-xxl-job --> |
| | | <dependency> |
| | | <groupId>com.xuxueli</groupId> |
| | | <artifactId>xxl-job-core</artifactId> |
| | | <version>2.4.0</version> |
| | | </dependency> |
| | | |
| | | <!-- 加密算法库 --> |
| | | <dependency> |
| | | <groupId>org.bouncycastle</groupId> |
| | |
| | | <version>4.2.0</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- 操作jenkins --> |
| | | <dependency> |
| | | <groupId>io.github.cdancy</groupId> |
| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!--quartz依赖--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-quartz</artifactId> |
| | | <version>2.0.3.RELEASE</version> |
| | | </dependency> |
| | | |
| | | <!--************************************************** 单元测试相关 **************************************************--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |