Skip to content

Commit

Permalink
Add missing dependency on commons-io (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Nov 9, 2024
1 parent 1d92612 commit 6004f4f
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 @@ -175,6 +175,12 @@ under the License.
<version>3.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
Expand Down

0 comments on commit 6004f4f

Please sign in to comment.