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 164164 <version >2.0.0.0</version >
165165 <scope >test</scope >
166166 </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 >
167173 <dependency >
168174 <groupId >junit</groupId >
169175 <artifactId >junit</artifactId >
File renamed without changes.
Original file line number Diff line number Diff line change 5151 <artifactId >slf4j-api</artifactId >
5252 <version >1.7.25</version >
5353 </dependency >
54- <dependency >
55- <groupId >ch.qos.logback</groupId >
56- <artifactId >logback-classic</artifactId >
57- <version >1.2.3</version >
58- </dependency >
5954 <dependency >
6055 <groupId >org.bouncycastle</groupId >
6156 <artifactId >bcprov-ext-jdk15on</artifactId >
7368 <version >4.12</version >
7469 <scope >test</scope >
7570 </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 >
7677 <dependency >
7778 <groupId >org.mockito</groupId >
7879 <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