File tree Expand file tree Collapse file tree 3 files changed +28
-34
lines changed
Expand file tree Collapse file tree 3 files changed +28
-34
lines changed Original file line number Diff line number Diff line change 88 <url >https://github.com/cryptomator/cli</url >
99
1010 <properties >
11- <java .version>1.8</java .version>
12- <commons .cli.version>1.3.1</commons .cli.version>
1311 <cryptofs .version>1.4.0</cryptofs .version>
14- <webdav-nio .version>0.4.0</webdav-nio .version>
12+ <webdav-nio .version>0.6.2</webdav-nio .version>
13+ <commons .cli.version>1.3.1</commons .cli.version>
14+ <logback .version>1.2.2</logback .version>
15+
16+ <java .version>1.8</java .version>
1517 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1618 </properties >
1719
4446 <artifactId >webdav-nio-adapter</artifactId >
4547 <version >${webdav-nio.version} </version >
4648 </dependency >
47-
49+
4850 <!-- Commons -->
4951 <dependency >
5052 <groupId >commons-cli</groupId >
5456
5557 <!-- Logging -->
5658 <dependency >
57- <groupId >org.apache.logging.log4j </groupId >
58- <artifactId >log4j-slf4j-impl </artifactId >
59- <version >2.8 </version >
59+ <groupId >ch.qos.logback </groupId >
60+ <artifactId >logback-core </artifactId >
61+ <version >${logback.version} </version >
6062 </dependency >
6163 <dependency >
62- <groupId >org.apache.logging.log4j </groupId >
63- <artifactId >log4j-core </artifactId >
64- <version >2.8 </version >
64+ <groupId >ch.qos.logback </groupId >
65+ <artifactId >logback-classic </artifactId >
66+ <version >${logback.version} </version >
6567 </dependency >
6668 </dependencies >
6769
7678 <showWarnings >true</showWarnings >
7779 </configuration >
7880 </plugin >
79-
81+
8082 <plugin >
8183 <artifactId >maven-assembly-plugin</artifactId >
8284 <version >3.0.0</version >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE xml >
3+ <configuration >
4+
5+ <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
6+ <withJansi >true</withJansi >
7+ <encoder >
8+ <pattern >%d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %logger{36} - %msg%n</pattern >
9+ </encoder >
10+ </appender >
11+
12+ <root level =" INFO" >
13+ <appender-ref ref =" STDOUT" />
14+ </root >
15+ </configuration >
You can’t perform that action at this time.
0 commit comments