@@ -41,6 +41,11 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.xuxueli</groupId>
+ <artifactId>xxl-job-core</artifactId>
+ <version>2.2.0</version>
+ </dependency>
</dependencies>
</project>