Skip to content

Commit

Permalink
Add commons-io to invoker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 14, 2024
1 parent ad59978 commit 73d03b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -392,6 +392,12 @@ under the License.
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
</dependency>
<dependency>
<!-- newer version needed by commons-compress -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
Expand Down

0 comments on commit 73d03b0

Please sign in to comment.