|
|
@ -221,11 +221,11 @@ |
|
|
|
<version>4.11</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.quartz-scheduler</groupId> |
|
|
|
<artifactId>quartz</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.quartz-scheduler</groupId>--> |
|
|
|
<!-- <artifactId>quartz</artifactId>--> |
|
|
|
<!-- <version>2.3.0</version>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.qiniu</groupId> |
|
|
|
<artifactId>qiniu-java-sdk</artifactId> |
|
|
@ -363,6 +363,12 @@ |
|
|
|
<artifactId>jackson-annotations</artifactId> |
|
|
|
<version>2.11.2</version> |
|
|
|
</dependency> |
|
|
|
<!--Resource--> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.annotation</groupId> |
|
|
|
<artifactId>jsr250-api</artifactId> |
|
|
|
<version>1.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|