Skip to content

Commit

Permalink
Do not import shaded packages (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 27, 2024
1 parent acdc57f commit 91dd0fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
import hudson.model.User;
import hudson.security.csrf.CrumbExclusion;
import hudson.util.StreamTaskListener;
import io.jenkins.cli.shaded.org.apache.commons.io.FileUtils;
import io.jenkins.cli.shaded.org.apache.commons.io.output.TeeOutputStream;
import jenkins.model.GlobalConfiguration;
import jenkins.model.Jenkins;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.output.TeeOutputStream;
import org.apache.sshd.common.util.io.ModifiableFileWatcher;
import org.jenkinsci.main.modules.sshd.SSHD;
import org.junit.ClassRule;
Expand Down

0 comments on commit 91dd0fc

Please sign in to comment.