Skip to content

Commit

Permalink
remove commons-io dependency (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaxsun McCarthy Huggan <[email protected]>
  • Loading branch information
Jaxsun and Jaxsun McCarthy Huggan authored Aug 26, 2020
1 parent f1d31d2 commit bf27250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ test {

dependencies {
implementation group: 'commons-codec', name: 'commons-codec', version:'1.13'
implementation group: 'commons-io', name: 'commons-io', version:'2.6'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.10.0.pr3'
implementation group: 'com.google.guava', name: 'guava', version:'27.1-jre'
testImplementation group: 'junit', name: 'junit', version:'4.12'
Expand Down

0 comments on commit bf27250

Please sign in to comment.