File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed
src/main/java/jenkins/plugins/nodejs Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 7272 <groupId >org.jenkins-ci.plugins</groupId >
7373 <artifactId >structs</artifactId >
7474 </dependency >
75+ <dependency >
76+ <groupId >io.jenkins.plugins</groupId >
77+ <artifactId >commons-lang3-api</artifactId >
78+ </dependency >
7579 <dependency >
7680 <groupId >org.jenkins-ci.plugins</groupId >
7781 <artifactId >config-file-provider</artifactId >
Original file line number Diff line number Diff line change 3030import java .util .Map ;
3131
3232import org .apache .commons .io .IOUtils ;
33- import org .apache .commons .lang .StringUtils ;
33+ import org .apache .commons .lang3 .StringUtils ;
3434import org .jenkinsci .lib .configprovider .AbstractConfigProviderImpl ;
3535import org .jenkinsci .lib .configprovider .model .Config ;
3636import org .jenkinsci .lib .configprovider .model .ContentType ;
Original file line number Diff line number Diff line change 3333import java .util .regex .Pattern ;
3434
3535import org .acegisecurity .Authentication ;
36- import org .apache .commons .lang .StringUtils ;
36+ import org .apache .commons .lang3 .StringUtils ;
3737import org .jenkinsci .plugins .plaincredentials .StringCredentials ;
3838import org .kohsuke .stapler .AncestorInPath ;
3939import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 4141import java .util .Map ;
4242
4343import org .apache .commons .codec .binary .Base64 ;
44- import org .apache .commons .lang .StringUtils ;
44+ import org .apache .commons .lang3 .StringUtils ;
4545import org .jenkinsci .plugins .plaincredentials .StringCredentials ;
4646
4747import com .cloudbees .plugins .credentials .CredentialsProvider ;
Original file line number Diff line number Diff line change 3535import edu .umd .cs .findbugs .annotations .NonNull ;
3636
3737import org .acegisecurity .Authentication ;
38- import org .apache .commons .lang .StringUtils ;
38+ import org .apache .commons .lang3 .StringUtils ;
3939import org .jenkinsci .plugins .plaincredentials .StringCredentials ;
4040import org .kohsuke .stapler .AncestorInPath ;
4141import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 4343import edu .umd .cs .findbugs .annotations .NonNull ;
4444
4545import org .apache .commons .io .input .CountingInputStream ;
46- import org .apache .commons .lang .StringUtils ;
46+ import org .apache .commons .lang3 .StringUtils ;
4747import org .kohsuke .stapler .DataBoundConstructor ;
4848import org .kohsuke .stapler .DataBoundSetter ;
4949
Original file line number Diff line number Diff line change 2626import java .text .MessageFormat ;
2727import java .util .StringTokenizer ;
2828
29- import org .apache .commons .lang .StringUtils ;
29+ import org .apache .commons .lang3 .StringUtils ;
3030
3131/**
3232 * NodeJSVersion identifier.
You can’t perform that action at this time.
0 commit comments