Skip to content

Commit

Permalink
Remove usages of Commons Compress (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 27, 2024
1 parent 04e9c17 commit a36e093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import hudson.util.Secret;
import io.fabric8.kubernetes.api.model.Config;
import io.fabric8.kubernetes.client.utils.Serialization;
import org.apache.commons.compress.utils.IOUtils;
import org.apache.commons.io.IOUtils;
import org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthConfig;
import org.jenkinsci.plugins.kubernetes.credentials.Utils;
import org.junit.Rule;
Expand Down

0 comments on commit a36e093

Please sign in to comment.