|
@@ -62,6 +62,7 @@
|
|
|
<hutool.version>5.8.22</hutool.version>
|
|
|
<spring-kafka>2.9.13</spring-kafka>
|
|
|
<commons-csv.version>1.6</commons-csv.version>
|
|
|
+ <xxl-job.version>2.4.0</xxl-job.version>
|
|
|
</properties>
|
|
|
|
|
|
<repositories>
|
|
@@ -339,6 +340,13 @@
|
|
|
<artifactId>commons-csv</artifactId>
|
|
|
<version>${commons-csv.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!-- xxl-job-core -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.xuxueli</groupId>
|
|
|
+ <artifactId>xxl-job-core</artifactId>
|
|
|
+ <version>${xxl-job.version}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</dependencyManagement>
|