|
@@ -3,21 +3,29 @@
|
3
|
3
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4
|
4
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5
|
5
|
<parent>
|
6
|
|
- <artifactId>xxl-job-executor-samples</artifactId>
|
7
|
6
|
<groupId>com.xuxueli</groupId>
|
8
|
|
- <version>1.8.2-SNAPSHOT</version>
|
|
7
|
+ <artifactId>xxl-job-executor-samples</artifactId>
|
|
8
|
+ <version>1.9.0-SNAPSHOT</version>
|
9
|
9
|
</parent>
|
10
|
10
|
<modelVersion>4.0.0</modelVersion>
|
11
|
11
|
<artifactId>xxl-job-executor-sample-nutz</artifactId>
|
12
|
12
|
<packaging>war</packaging>
|
13
|
13
|
|
14
|
14
|
<dependencies>
|
15
|
|
- <dependency>
|
|
15
|
+ <!-- nutz -->
|
|
16
|
+ <dependency>
|
16
|
17
|
<groupId>org.nutz</groupId>
|
17
|
18
|
<artifactId>nutz</artifactId>
|
18
|
19
|
<version>1.r.62</version>
|
19
|
20
|
</dependency>
|
20
|
21
|
|
|
22
|
+ <!-- slf4j -->
|
|
23
|
+ <dependency>
|
|
24
|
+ <groupId>org.slf4j</groupId>
|
|
25
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
26
|
+ <version>${slf4j-api.version}</version>
|
|
27
|
+ </dependency>
|
|
28
|
+
|
21
|
29
|
<!-- xxl-job -->
|
22
|
30
|
<dependency>
|
23
|
31
|
<groupId>com.xuxueli</groupId>
|
|
@@ -25,11 +33,6 @@
|
25
|
33
|
<version>${project.parent.version}</version>
|
26
|
34
|
</dependency>
|
27
|
35
|
|
28
|
|
- <dependency>
|
29
|
|
- <groupId>org.slf4j</groupId>
|
30
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
31
|
|
- <version>${slf4j-api.version}</version>
|
32
|
|
- </dependency>
|
33
|
36
|
</dependencies>
|
34
|
37
|
|
35
|
38
|
</project>
|