From 9faf8cb3e4b8a41bf7efe0491289acd5b5d121d1 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 1 Sep 2020 14:29:10 -1000 Subject: [PATCH] Update 17_2_Accessing_Bitcoind_with_Java.md --- 17_2_Accessing_Bitcoind_with_Java.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/17_2_Accessing_Bitcoind_with_Java.md b/17_2_Accessing_Bitcoind_with_Java.md index 4ea6eca..a45b002 100644 --- a/17_2_Accessing_Bitcoind_with_Java.md +++ b/17_2_Accessing_Bitcoind_with_Java.md @@ -51,11 +51,11 @@ drwxr-xr-x 4 sudo 4.0K Sep 1 13:58 src In order to include `JavaBitcoindRpcClient`, you must add that dependency to `` in the `pom.xml` file ```xml - - wf.bitcoin - bitcoin-rpc-client - 1.1.0 - + + wf.bitcoin + bitcoin-rpc-client + 1.2.1 + ``` You need to add compiler properties to indicate what JDK version will compile the source code.