File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 164
164
<version >2.0.0.0</version >
165
165
<scope >test</scope >
166
166
</dependency >
167
+ <dependency >
168
+ <groupId >ch.qos.logback</groupId >
169
+ <artifactId >logback-classic</artifactId >
170
+ <version >1.2.3</version >
171
+ <scope >test</scope >
172
+ </dependency >
167
173
<dependency >
168
174
<groupId >junit</groupId >
169
175
<artifactId >junit</artifactId >
File renamed without changes.
Original file line number Diff line number Diff line change 51
51
<artifactId >slf4j-api</artifactId >
52
52
<version >1.7.25</version >
53
53
</dependency >
54
- <dependency >
55
- <groupId >ch.qos.logback</groupId >
56
- <artifactId >logback-classic</artifactId >
57
- <version >1.2.3</version >
58
- </dependency >
59
54
<dependency >
60
55
<groupId >org.bouncycastle</groupId >
61
56
<artifactId >bcprov-ext-jdk15on</artifactId >
73
68
<version >4.12</version >
74
69
<scope >test</scope >
75
70
</dependency >
71
+ <dependency >
72
+ <groupId >ch.qos.logback</groupId >
73
+ <artifactId >logback-classic</artifactId >
74
+ <version >1.2.3</version >
75
+ <scope >test</scope >
76
+ </dependency >
76
77
<dependency >
77
78
<groupId >org.mockito</groupId >
78
79
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <configuration >
3
+ <appender name =" console" class =" ch.qos.logback.core.ConsoleAppender" >
4
+ <encoder >
5
+ <pattern >%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern >
6
+ </encoder >
7
+ </appender >
8
+
9
+ <root level =" info" >
10
+ <appender-ref ref =" console" />
11
+ </root >
12
+ </configuration >
You can’t perform that action at this time.
0 commit comments