Skip to content

Commit

Permalink
Revert "refactor: remove anymore needed commons-net dependency"
Browse files Browse the repository at this point in the history
This reverts commit 73cd766.
commons-net is a dependency needed for VFS when doing FTP access conf
  • Loading branch information
jgribonvald committed Nov 1, 2022
1 parent 73cd766 commit bf1a52a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@
<version>1.4</version>
</dependency>

<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>2.2</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit bf1a52a

Please sign in to comment.