Remove jzlib dependency (#772)

* Remove jzlib dependency

* Document the Java 7 prerequisite
This commit is contained in:
Aaron Meriwether
2023-02-11 02:17:00 -06:00
committed by GitHub
parent 830a39dc24
commit 154a202384
4 changed files with 29 additions and 52 deletions

View File

@@ -42,7 +42,6 @@ dependencies {
implementation "org.slf4j:slf4j-api:1.7.36"
implementation "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion"
implementation "org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion"
implementation "com.jcraft:jzlib:1.1.3"
implementation "com.hierynomus:asn-one:0.6.0"
implementation "net.i2p.crypto:eddsa:0.3.0"