File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 19
19
<compiler .source.version>1.8</compiler .source.version>
20
20
<compiler .target.version>1.8</compiler .target.version>
21
21
<junit .version>4.13.1</junit .version>
22
+ <slf4j-log4j12 .version>1.7.25</slf4j-log4j12 .version>
22
23
</properties >
23
24
24
25
<dependencies >
66
67
<groupId >junit</groupId >
67
68
<artifactId >junit</artifactId >
68
69
<version >${junit.version} </version >
70
+ <scope >test</scope >
71
+ </dependency >
72
+
73
+ <!-- slf4j-log4j -->
74
+ <dependency >
75
+ <groupId >org.slf4j</groupId >
76
+ <artifactId >slf4j-log4j12</artifactId >
77
+ <version >${slf4j-log4j12.version} </version >
78
+ <optional >true</optional >
79
+ <scope >test</scope >
69
80
</dependency >
70
81
</dependencies >
71
82
Original file line number Diff line number Diff line change 24
24
<artifactId >slf4j-log4j12</artifactId >
25
25
<version >1.7.25</version >
26
26
</dependency >
27
- <dependency >
28
- <groupId >org.slf4j</groupId >
29
- <artifactId >slf4j-api</artifactId >
30
- <version >1.7.25</version >
31
- </dependency >
32
27
</dependencies >
33
28
34
29
<build >
You can’t perform that action at this time.
0 commit comments