You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pe...@apache.org on 2021/05/19 08:01:44 UTC

[commons-compress] branch master updated: fix build failure

This is an automated email from the ASF dual-hosted git repository.

peterlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 03fba28  fix build failure
03fba28 is described below

commit 03fba28c52f1c1f40960200515c5f915b7c1cec4
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Wed May 19 16:01:21 2021 +0800

    fix build failure
---
 .../java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java b/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java
index 07c85c7..68a4968 100644
--- a/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java
+++ b/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java
@@ -30,6 +30,8 @@ import static org.junit.Assume.assumeTrue;
 
 import java.io.BufferedOutputStream;
 import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.RandomAccessFile;