File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
main/java/org/jenkinsci/plugins/workflow/pipelinegraphanalysis
test/java/org/jenkinsci/plugins/workflow/pipelinegraphanalysis Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6666 </dependencyManagement >
6767
6868 <dependencies >
69+ <dependency >
70+ <groupId >io.jenkins.plugins</groupId >
71+ <artifactId >commons-lang3-api</artifactId >
72+ </dependency >
6973 <dependency >
7074 <groupId >org.jenkins-ci.plugins.workflow</groupId >
7175 <artifactId >workflow-job</artifactId >
Original file line number Diff line number Diff line change 2929import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
3030import hudson .model .Action ;
3131import hudson .model .Result ;
32- import org .apache .commons .lang .StringUtils ;
32+ import org .apache .commons .lang3 .StringUtils ;
3333import org .jenkinsci .plugins .workflow .actions .ErrorAction ;
3434import org .jenkinsci .plugins .workflow .actions .NotExecutedNodeAction ;
3535import org .jenkinsci .plugins .workflow .actions .QueueItemAction ;
Original file line number Diff line number Diff line change 2929import hudson .model .Result ;
3030import hudson .model .queue .QueueTaskFuture ;
3131import hudson .slaves .DumbSlave ;
32- import org .apache .commons .lang .SystemUtils ;
32+ import org .apache .commons .lang3 .SystemUtils ;
3333import org .jenkinsci .plugins .workflow .actions .LabelAction ;
3434import org .jenkinsci .plugins .workflow .actions .QueueItemAction ;
3535import org .jenkinsci .plugins .workflow .actions .ThreadNameAction ;
You can’t perform that action at this time.
0 commit comments