Skip to content

Commit

Permalink
Use ASF commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Jun 3, 2024
1 parent 7a5dd2d commit f96ccb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
<artifactId>jackson-databind</artifactId>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
</dependency>

</dependencies>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit f96ccb9

Please sign in to comment.