Skip to content

Commit

Permalink
Use gradle to get commons-io for validating ObjectStreams
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Oct 21, 2023
1 parent 5c7bfd3 commit af803ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
implementation 'junit:junit:4.13.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'

implementation fileTree(dir: 'libs', include: ['*.jar'])
// https://mvnrepository.com/artifact/commons-io/commons-io
implementation 'commons-io:commons-io:2.14.0'
}

// Commenting because it doesn't work well on TravisCI
Expand Down
Binary file removed libs/commons-io-2.13.0.jar
Binary file not shown.

0 comments on commit af803ad

Please sign in to comment.