Skip to content

Commit

Permalink
explicitly exclude 2.4 version of commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Jul 2, 2020
1 parent 014c567 commit adfd5a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit adfd5a4

Please sign in to comment.