|
|
@ -4,7 +4,7 @@
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
<artifactId>xxl-job</artifactId>
|
|
|
|
<artifactId>xxl-job</artifactId>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<artifactId>xxl-job-admin</artifactId>
|
|
|
|
<artifactId>xxl-job-admin</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>jar</packaging>
|
|
|
@ -69,14 +69,12 @@
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- mybatis-starter:mybatis + mybatis-spring + tomcat-jdbc(default) -->
|
|
|
|
<!-- mybatis-starter:mybatis + mybatis-spring + tomcat-jdbc(default) -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<version>${mybatis-spring-boot-starter.version}</version>
|
|
|
|
<version>${mybatis-spring-boot-starter.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- mysql -->
|
|
|
|
<!-- mysql -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
@ -84,7 +82,6 @@
|
|
|
|
<version>${mysql-connector-java.version}</version>
|
|
|
|
<version>${mysql-connector-java.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- commons-collections4 -->
|
|
|
|
<!-- commons-collections4 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
@ -104,7 +101,6 @@
|
|
|
|
<version>${commons-email.version}</version>
|
|
|
|
<version>${commons-email.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- quartz :quartz-2.2.3/c3p0-0.9.1.1/slf4j-api-1.6.6 -->
|
|
|
|
<!-- quartz :quartz-2.2.3/c3p0-0.9.1.1/slf4j-api-1.6.6 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
@ -112,7 +108,6 @@
|
|
|
|
<version>${quartz.version}</version>
|
|
|
|
<version>${quartz.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- xxl-job-core -->
|
|
|
|
<!-- xxl-job-core -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|