mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
Switch to JDK logging and add a simple formatter that is more concise than the default Java one.
This commit is contained in:
parent
6491f3a048
commit
74aae43f43
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -239,7 +239,7 @@
|
|||
see http://www.slf4j.org/faq.html -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<artifactId>slf4j-jdk14</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
<scope>runtime</scope>
|
||||
<optional>true</optional>
|
||||
|
|
Loading…
Add table
Reference in a new issue