From: AsamK Date: Tue, 6 Oct 2015 19:42:08 +0000 (+0200) Subject: Remove last remnants of org.json X-Git-Tag: v0.0.5~7 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/2c86b0bd9a7abfd4a751fc1d6ab723d3a2c54c8a Remove last remnants of org.json --- diff --git a/build.gradle b/build.gradle index 9fa51e1a..907fb8f7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,6 @@ repositories { dependencies { compile 'org.whispersystems:textsecure-java:1.8.1' compile 'com.madgag.spongycastle:prov:1.52.0.0' - compile 'org.json:json:20150729' compile 'commons-io:commons-io:2.4' compile 'net.sourceforge.argparse4j:argparse4j:0.5.0' } diff --git a/src/main/java/cli/JsonAxolotlStore.java b/src/main/java/cli/JsonAxolotlStore.java index 57282f12..cfed0cd8 100644 --- a/src/main/java/cli/JsonAxolotlStore.java +++ b/src/main/java/cli/JsonAxolotlStore.java @@ -3,7 +3,6 @@ package cli; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; -import org.json.JSONObject; import org.whispersystems.libaxolotl.*; import org.whispersystems.libaxolotl.state.AxolotlStore; import org.whispersystems.libaxolotl.state.PreKeyRecord;