File tree 4 files changed +4
-4
lines changed
src/test/java/org/csanchez/jenkins/plugins/kubernetes
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
import java .util .stream .IntStream ;
60
60
import jenkins .model .Jenkins ;
61
61
import jenkins .model .JenkinsLocationConfiguration ;
62
- import org .apache .commons .compress . utils .IOUtils ;
62
+ import org .apache .commons .io .IOUtils ;
63
63
import org .apache .commons .lang .StringUtils ;
64
64
import org .jenkinsci .plugins .kubernetes .auth .KubernetesAuthException ;
65
65
import org .jenkinsci .plugins .workflow .cps .CpsFlowDefinition ;
Original file line number Diff line number Diff line change 36
36
import junitparams .JUnitParamsRunner ;
37
37
import junitparams .Parameters ;
38
38
import junitparams .naming .TestCaseName ;
39
- import org .apache .commons .compress . utils .IOUtils ;
39
+ import org .apache .commons .io .IOUtils ;
40
40
import org .csanchez .jenkins .plugins .kubernetes .model .KeyValueEnvVar ;
41
41
import org .csanchez .jenkins .plugins .kubernetes .model .TemplateEnvVar ;
42
42
import org .csanchez .jenkins .plugins .kubernetes .pod .yaml .Merge ;
Original file line number Diff line number Diff line change 26
26
import com .cloudbees .plugins .credentials .impl .UsernamePasswordCredentialsImpl ;
27
27
import java .util .logging .Level ;
28
28
import java .util .logging .Logger ;
29
- import org .apache .commons .compress . utils .IOUtils ;
29
+ import org .apache .commons .io .IOUtils ;
30
30
import org .jenkinsci .plugins .durabletask .BourneShellScript ;
31
31
import org .junit .Rule ;
32
32
import org .junit .Test ;
Original file line number Diff line number Diff line change 39
39
import java .util .concurrent .atomic .AtomicReference ;
40
40
import java .util .logging .Level ;
41
41
import java .util .logging .Logger ;
42
- import org .apache .commons .compress . utils .IOUtils ;
42
+ import org .apache .commons .io .IOUtils ;
43
43
import org .csanchez .jenkins .plugins .kubernetes .ContainerEnvVar ;
44
44
import org .csanchez .jenkins .plugins .kubernetes .ContainerTemplate ;
45
45
import org .csanchez .jenkins .plugins .kubernetes .KubernetesCloud ;
You can’t perform that action at this time.
0 commit comments