Skip to content

Commit

Permalink
Merge pull request #23 from apache/io
Browse files Browse the repository at this point in the history
explicit commons-io dependency
  • Loading branch information
elharo committed Aug 31, 2020
2 parents bd67748 + 27c7984 commit cc89562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -396,6 +396,11 @@ under the License.
<artifactId>commons-validator</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit cc89562

Please sign in to comment.