Skip to content

Commit

Permalink
Added a direct dependency on commons-io:2.15.1 to the dataset module
Browse files Browse the repository at this point in the history
Closes #726

Signed-off-by:Tomas Kyjovsky <tkyjovsk@redhat.com>
  • Loading branch information
tkyjovsk committed Mar 1, 2024
1 parent 867dbd8 commit 0ee3462
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0ee3462

Please sign in to comment.