Skip to content

Commit 8a5aa8e

Browse files
authored
Migrate Commons Lang from 2 to 3 and StringEscapeUtils to Commons Text (#401)
Co-authored-by: Bruno Verachten <gounthar@users.noreply.github.com>
1 parent 4c02f85 commit 8a5aa8e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rest-api/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
</scm>
4747

4848
<dependencies>
49+
<dependency>
50+
<groupId>io.jenkins.plugins</groupId>
51+
<artifactId>commons-lang3-api</artifactId>
52+
</dependency>
4953
<dependency>
5054
<groupId>org.jenkins-ci.plugins.workflow</groupId>
5155
<artifactId>workflow-api</artifactId>

rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChangeSetExt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import com.fasterxml.jackson.annotation.JsonInclude;
2828
import hudson.scm.ChangeLogSet;
2929
import hudson.scm.RepositoryBrowser;
30-
import org.apache.commons.lang.StringUtils;
30+
import org.apache.commons.lang3.StringUtils;
3131
import org.jenkinsci.plugins.workflow.job.WorkflowRun;
3232

3333
import java.io.IOException;

0 commit comments

Comments
 (0)