mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
Use JDK logging in the examples module.
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-examples</artifactId>
|
||||
|
||||
<name>BitCoinJ Examples</name>
|
||||
<description>A collection of examples using the BitCoinJ library</description>
|
||||
<name>bitcoinj Examples</name>
|
||||
<description>A collection of examples using the bitcoinj library</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -37,5 +37,10 @@
|
||||
<artifactId>bitcoinj</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-jdk14</artifactId>
|
||||
<version>1.6.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user