File tree 14 files changed +10
-202
lines changed
provider/zookeeper-curator
14 files changed +10
-202
lines changed Original file line number Diff line number Diff line change 43
43
<scope >test</scope >
44
44
</dependency >
45
45
46
- <dependency >
47
- <groupId >org.slf4j</groupId >
48
- <artifactId >slf4j-api</artifactId >
49
- </dependency >
50
46
<dependency >
51
47
<groupId >org.apache.httpcomponents</groupId >
52
48
<artifactId >httpclient</artifactId >
55
51
<groupId >org.apache.httpcomponents</groupId >
56
52
<artifactId >httpcore</artifactId >
57
53
</dependency >
58
- <dependency >
59
- <groupId >ch.qos.logback</groupId >
60
- <artifactId >logback-classic</artifactId >
61
- <scope >test</scope >
62
- </dependency >
63
- <dependency >
64
- <groupId >org.slf4j</groupId >
65
- <artifactId >log4j-over-slf4j</artifactId >
66
- <scope >test</scope >
67
- </dependency >
68
- <dependency >
69
- <groupId >org.slf4j</groupId >
70
- <artifactId >jcl-over-slf4j</artifactId >
71
- <scope >test</scope >
72
- </dependency >
73
54
</dependencies >
74
55
</project >
Original file line number Diff line number Diff line change 36
36
<artifactId >elasticjob-error-handler-general</artifactId >
37
37
<version >${project.parent.version} </version >
38
38
</dependency >
39
- <dependency >
40
- <groupId >org.slf4j</groupId >
41
- <artifactId >slf4j-api</artifactId >
42
- </dependency >
39
+
43
40
<dependency >
44
41
<groupId >com.sun.mail</groupId >
45
42
<artifactId >javax.mail</artifactId >
46
43
</dependency >
47
-
48
- <dependency >
49
- <groupId >ch.qos.logback</groupId >
50
- <artifactId >logback-classic</artifactId >
51
- <scope >test</scope >
52
- </dependency >
53
- <dependency >
54
- <groupId >org.slf4j</groupId >
55
- <artifactId >log4j-over-slf4j</artifactId >
56
- <scope >test</scope >
57
- </dependency >
58
- <dependency >
59
- <groupId >org.slf4j</groupId >
60
- <artifactId >jcl-over-slf4j</artifactId >
61
- <scope >test</scope >
62
- </dependency >
63
44
</dependencies >
64
45
</project >
Original file line number Diff line number Diff line change 36
36
<artifactId >elasticjob-infra</artifactId >
37
37
<version >${project.parent.version} </version >
38
38
</dependency >
39
-
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >slf4j-api</artifactId >
43
- </dependency >
44
-
45
- <dependency >
46
- <groupId >ch.qos.logback</groupId >
47
- <artifactId >logback-classic</artifactId >
48
- <scope >test</scope >
49
- </dependency >
50
39
</dependencies >
51
40
</project >
Original file line number Diff line number Diff line change 43
43
<scope >test</scope >
44
44
</dependency >
45
45
46
- <dependency >
47
- <groupId >org.slf4j</groupId >
48
- <artifactId >slf4j-api</artifactId >
49
- </dependency >
50
46
<dependency >
51
47
<groupId >org.apache.httpcomponents</groupId >
52
48
<artifactId >httpclient</artifactId >
55
51
<groupId >org.apache.httpcomponents</groupId >
56
52
<artifactId >httpcore</artifactId >
57
53
</dependency >
58
- <dependency >
59
- <groupId >ch.qos.logback</groupId >
60
- <artifactId >logback-classic</artifactId >
61
- <scope >test</scope >
62
- </dependency >
63
- <dependency >
64
- <groupId >org.slf4j</groupId >
65
- <artifactId >log4j-over-slf4j</artifactId >
66
- <scope >test</scope >
67
- </dependency >
68
- <dependency >
69
- <groupId >org.slf4j</groupId >
70
- <artifactId >jcl-over-slf4j</artifactId >
71
- <scope >test</scope >
72
- </dependency >
73
54
</dependencies >
74
55
</project >
Original file line number Diff line number Diff line change 47
47
<artifactId >elasticjob-error-handler-general</artifactId >
48
48
<version >${project.parent.version} </version >
49
49
</dependency >
50
-
51
- <dependency >
52
- <groupId >ch.qos.logback</groupId >
53
- <artifactId >logback-classic</artifactId >
54
- <scope >test</scope >
55
- </dependency >
56
50
</dependencies >
57
51
</project >
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >org.awaitility</groupId >
51
51
<artifactId >awaitility</artifactId >
52
- <scope >test</scope >
53
52
</dependency >
54
53
</dependencies >
55
54
</project >
Original file line number Diff line number Diff line change 42
42
<groupId >org.apache.commons</groupId >
43
43
<artifactId >commons-lang3</artifactId >
44
44
</dependency >
45
- <dependency >
46
- <groupId >org.slf4j</groupId >
47
- <artifactId >slf4j-api</artifactId >
48
- <version >${slf4j.version} </version >
49
- </dependency >
50
-
51
- <dependency >
52
- <groupId >org.slf4j</groupId >
53
- <artifactId >jcl-over-slf4j</artifactId >
54
- <scope >test</scope >
55
- </dependency >
56
- <dependency >
57
- <groupId >org.slf4j</groupId >
58
- <artifactId >log4j-over-slf4j</artifactId >
59
- <scope >test</scope >
60
- </dependency >
61
- <dependency >
62
- <groupId >ch.qos.logback</groupId >
63
- <artifactId >logback-classic</artifactId >
64
- <scope >test</scope >
65
- </dependency >
66
45
</dependencies >
67
46
</project >
Original file line number Diff line number Diff line change 33
33
<version >${project.parent.version} </version >
34
34
</dependency >
35
35
36
- <dependency >
37
- <groupId >org.slf4j</groupId >
38
- <artifactId >jcl-over-slf4j</artifactId >
39
- <scope >test</scope >
40
- </dependency >
41
- <dependency >
42
- <groupId >org.slf4j</groupId >
43
- <artifactId >log4j-over-slf4j</artifactId >
44
- <scope >test</scope >
45
- </dependency >
46
- <dependency >
47
- <groupId >ch.qos.logback</groupId >
48
- <artifactId >logback-classic</artifactId >
49
- <scope >test</scope >
50
- </dependency >
51
36
<dependency >
52
37
<groupId >org.apache.commons</groupId >
53
38
<artifactId >commons-dbcp2</artifactId >
Original file line number Diff line number Diff line change 45
45
<groupId >com.google.code.gson</groupId >
46
46
<artifactId >gson</artifactId >
47
47
</dependency >
48
- <dependency >
49
- <groupId >org.slf4j</groupId >
50
- <artifactId >slf4j-api</artifactId >
51
- <version >${slf4j.version} </version >
52
- </dependency >
53
48
54
- <dependency >
55
- <groupId >org.slf4j</groupId >
56
- <artifactId >jcl-over-slf4j</artifactId >
57
- <scope >test</scope >
58
- </dependency >
59
- <dependency >
60
- <groupId >org.slf4j</groupId >
61
- <artifactId >log4j-over-slf4j</artifactId >
62
- <scope >test</scope >
63
- </dependency >
64
- <dependency >
65
- <groupId >ch.qos.logback</groupId >
66
- <artifactId >logback-classic</artifactId >
67
- <scope >test</scope >
68
- </dependency >
69
49
<dependency >
70
50
<groupId >org.awaitility</groupId >
71
51
<artifactId >awaitility</artifactId >
72
- <scope >test</scope >
73
52
</dependency >
74
53
</dependencies >
75
54
</project >
Original file line number Diff line number Diff line change 94
94
<groupId >org.apache.curator</groupId >
95
95
<artifactId >curator-test</artifactId >
96
96
</dependency >
97
- <dependency >
98
- <groupId >org.slf4j</groupId >
99
- <artifactId >jcl-over-slf4j</artifactId >
100
- <scope >test</scope >
101
- </dependency >
102
- <dependency >
103
- <groupId >org.slf4j</groupId >
104
- <artifactId >log4j-over-slf4j</artifactId >
105
- <scope >test</scope >
106
- </dependency >
107
- <dependency >
108
- <groupId >ch.qos.logback</groupId >
109
- <artifactId >logback-classic</artifactId >
110
- <scope >test</scope >
111
- </dependency >
112
97
<dependency >
113
98
<groupId >org.awaitility</groupId >
114
99
<artifactId >awaitility</artifactId >
115
- <scope >test</scope >
116
100
</dependency >
117
101
</dependencies >
118
102
</project >
Original file line number Diff line number Diff line change 47
47
<groupId >org.apache.curator</groupId >
48
48
<artifactId >curator-test</artifactId >
49
49
</dependency >
50
- <dependency >
51
- <groupId >org.slf4j</groupId >
52
- <artifactId >jcl-over-slf4j</artifactId >
53
- <scope >test</scope >
54
- </dependency >
55
- <dependency >
56
- <groupId >org.slf4j</groupId >
57
- <artifactId >log4j-over-slf4j</artifactId >
58
- <scope >test</scope >
59
- </dependency >
60
- <dependency >
61
- <groupId >ch.qos.logback</groupId >
62
- <artifactId >logback-classic</artifactId >
63
- <scope >test</scope >
64
- </dependency >
65
50
</dependencies >
66
51
</project >
Original file line number Diff line number Diff line change 353
353
<groupId >com.google.guava</groupId >
354
354
<artifactId >guava</artifactId >
355
355
</dependency >
356
+ <dependency >
357
+ <groupId >org.slf4j</groupId >
358
+ <artifactId >slf4j-api</artifactId >
359
+ </dependency >
356
360
357
361
<dependency >
358
362
<groupId >org.projectlombok</groupId >
384
388
<artifactId >mockito-junit-jupiter</artifactId >
385
389
<scope >test</scope >
386
390
</dependency >
391
+ <dependency >
392
+ <groupId >ch.qos.logback</groupId >
393
+ <artifactId >logback-classic</artifactId >
394
+ <scope >test</scope >
395
+ </dependency >
387
396
</dependencies >
388
397
389
398
<build >
Original file line number Diff line number Diff line change 25
25
</parent >
26
26
<artifactId >elasticjob-registry-center-api</artifactId >
27
27
<name >${project.artifactId} </name >
28
-
29
- <dependencies >
30
- <dependency >
31
- <groupId >org.slf4j</groupId >
32
- <artifactId >slf4j-api</artifactId >
33
- </dependency >
34
-
35
- <dependency >
36
- <groupId >org.slf4j</groupId >
37
- <artifactId >jcl-over-slf4j</artifactId >
38
- <scope >test</scope >
39
- </dependency >
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >log4j-over-slf4j</artifactId >
43
- <scope >test</scope >
44
- </dependency >
45
- <dependency >
46
- <groupId >ch.qos.logback</groupId >
47
- <artifactId >logback-classic</artifactId >
48
- <scope >test</scope >
49
- </dependency >
50
- </dependencies >
51
28
</project >
Original file line number Diff line number Diff line change 50
50
<groupId >org.apache.curator</groupId >
51
51
<artifactId >curator-test</artifactId >
52
52
</dependency >
53
- <dependency >
54
- <groupId >org.slf4j</groupId >
55
- <artifactId >jcl-over-slf4j</artifactId >
56
- <scope >test</scope >
57
- </dependency >
58
- <dependency >
59
- <groupId >org.slf4j</groupId >
60
- <artifactId >log4j-over-slf4j</artifactId >
61
- <scope >test</scope >
62
- </dependency >
63
- <dependency >
64
- <groupId >ch.qos.logback</groupId >
65
- <artifactId >logback-classic</artifactId >
66
- <scope >test</scope >
67
- </dependency >
68
53
</dependencies >
69
54
</project >
You can’t perform that action at this time.
0 commit comments