Skip to content

Commit

Permalink
Add commons-io for m-invoker-p dependencies in order to use by groovy…
Browse files Browse the repository at this point in the history
… scripts in tests
  • Loading branch information
slawekjaranowski committed Feb 24, 2024
1 parent 7908117 commit 4cdb8df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ under the License.
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commonsIoVersion}</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
Expand Down

0 comments on commit 4cdb8df

Please sign in to comment.