File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
net.lecousin.framework.log.bridges/slf4j Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 54
54
<version >1.7.25</version >
55
55
<scope >provided</scope >
56
56
</dependency >
57
- <dependency >
58
- <groupId >org.slf4j</groupId >
59
- <artifactId >slf4j-api</artifactId >
60
- <version >1.7.25</version >
61
- <scope >test</scope >
62
- </dependency >
63
- <dependency >
64
- <groupId >junit</groupId >
65
- <artifactId >junit</artifactId >
66
- <version >4.12</version >
67
- <scope >test</scope >
68
- </dependency >
69
57
<dependency >
70
58
<groupId >net.lecousin</groupId >
71
59
<artifactId >core</artifactId >
76
64
<type >test-jar</type >
77
65
<scope >test</scope >
78
66
</dependency >
67
+ <dependency >
68
+ <groupId >junit</groupId >
69
+ <artifactId >junit</artifactId >
70
+ <version >4.12</version >
71
+ <scope >test</scope >
72
+ </dependency >
79
73
</dependencies >
80
74
81
75
</project >
You can’t perform that action at this time.
0 commit comments