Skip to content

Commit e8fb729

Browse files
authored
Depend on commons-lang3-api (jenkinsci#153)
1 parent 35c2d82 commit e8fb729

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<groupId>org.jenkins-ci.plugins</groupId>
3535
<artifactId>jackson2-api</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>io.jenkins.plugins</groupId>
39+
<artifactId>commons-lang3-api</artifactId>
40+
<version>3.12.0.0</version>
41+
</dependency>
3742
<dependency>
3843
<groupId>io.jenkins.plugins</groupId>
3944
<artifactId>okhttp-api</artifactId>
@@ -85,6 +90,11 @@
8590
<groupId>io.jsonwebtoken</groupId>
8691
<artifactId>*</artifactId>
8792
</exclusion>
93+
<!-- commons-lang3 is provided by commons-lang3-api plugin -->
94+
<exclusion>
95+
<groupId>org.apache.commons</groupId>
96+
<artifactId>commons-lang3</artifactId>
97+
</exclusion>
8898
</exclusions>
8999
</dependency>
90100

0 commit comments

Comments
 (0)