Skip to content

Commit

Permalink
Fix IOUtils import
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck committed Mar 29, 2024
1 parent b90e86c commit 68f8658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.ArrayList;
import java.util.List;

import org.apache.commons.compress.utils.IOUtils;
import org.apache.commons.io.IOUtils;
import org.bouncycastle.openpgp.PGPSecretKeyRing;
import org.eclipse.packager.rpm.RpmSignatureTag;
import org.eclipse.packager.rpm.Rpms;
Expand Down

0 comments on commit 68f8658

Please sign in to comment.