mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-09 05:14:46 +01:00
Use JDK logging in the examples module.
This commit is contained in:
parent
5c8bfbda8b
commit
dee14b7109
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue