Skip to content

Commit

Permalink
Readding apache.commons.io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Chiu committed Nov 20, 2024
1 parent 9ae3659 commit 2f0fb27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3-version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
Expand Down

0 comments on commit 2f0fb27

Please sign in to comment.