Remove last remnants of org.json

This commit is contained in:
AsamK 2015-10-06 21:42:08 +02:00
parent 4d83d2168a
commit 2c86b0bd9a
2 changed files with 0 additions and 2 deletions

View file

@ -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'
}

View file

@ -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;