|
@@ -10,7 +10,7 @@
|
|
</parent>
|
|
</parent>
|
|
<groupId>com.jkcredit.info.query</groupId>
|
|
<groupId>com.jkcredit.info.query</groupId>
|
|
<artifactId>info-query</artifactId>
|
|
<artifactId>info-query</artifactId>
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
+ <version>1.0.11</version>
|
|
<name>info-query</name>
|
|
<name>info-query</name>
|
|
<description>Demo project for Spring Boot</description>
|
|
<description>Demo project for Spring Boot</description>
|
|
<properties>
|
|
<properties>
|
|
@@ -48,6 +48,11 @@
|
|
<artifactId>jsoup</artifactId>
|
|
<artifactId>jsoup</artifactId>
|
|
<version>1.14.3</version>
|
|
<version>1.14.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.quartz-scheduler</groupId>
|
|
|
|
+ <artifactId>quartz</artifactId>
|
|
|
|
+ <version>2.3.0</version>
|
|
|
|
+ </dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.apache.httpcomponents</groupId>-->
|
|
<!-- <groupId>org.apache.httpcomponents</groupId>-->
|
|
<!-- <artifactId>httpclient</artifactId>-->
|
|
<!-- <artifactId>httpclient</artifactId>-->
|