We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c02f85 commit 8a5aa8eCopy full SHA for 8a5aa8e
rest-api/pom.xml
@@ -46,6 +46,10 @@
46
</scm>
47
48
<dependencies>
49
+ <dependency>
50
+ <groupId>io.jenkins.plugins</groupId>
51
+ <artifactId>commons-lang3-api</artifactId>
52
+ </dependency>
53
<dependency>
54
<groupId>org.jenkins-ci.plugins.workflow</groupId>
55
<artifactId>workflow-api</artifactId>
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChangeSetExt.java
@@ -27,7 +27,7 @@
27
import com.fasterxml.jackson.annotation.JsonInclude;
28
import hudson.scm.ChangeLogSet;
29
import hudson.scm.RepositoryBrowser;
30
-import org.apache.commons.lang.StringUtils;
+import org.apache.commons.lang3.StringUtils;
31
import org.jenkinsci.plugins.workflow.job.WorkflowRun;
32
33
import java.io.IOException;
0 commit comments