|
@@ -3,21 +3,29 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<parent>
|
|
|
- <artifactId>xxl-job-executor-samples</artifactId>
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
- <version>1.8.2-SNAPSHOT</version>
|
|
|
+ <artifactId>xxl-job-executor-samples</artifactId>
|
|
|
+ <version>1.9.0-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>xxl-job-executor-sample-nutz</artifactId>
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
+ <!-- nutz -->
|
|
|
+ <dependency>
|
|
|
<groupId>org.nutz</groupId>
|
|
|
<artifactId>nutz</artifactId>
|
|
|
<version>1.r.62</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- slf4j -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
+ <version>${slf4j-api.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- xxl-job -->
|
|
|
<dependency>
|
|
|
<groupId>com.xuxueli</groupId>
|
|
@@ -25,11 +33,6 @@
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
- <version>${slf4j-api.version}</version>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|