We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c2d82 commit e8fb729Copy full SHA for e8fb729
pom.xml
@@ -34,6 +34,11 @@
34
<groupId>org.jenkins-ci.plugins</groupId>
35
<artifactId>jackson2-api</artifactId>
36
</dependency>
37
+ <dependency>
38
+ <groupId>io.jenkins.plugins</groupId>
39
+ <artifactId>commons-lang3-api</artifactId>
40
+ <version>3.12.0.0</version>
41
+ </dependency>
42
<dependency>
43
<groupId>io.jenkins.plugins</groupId>
44
<artifactId>okhttp-api</artifactId>
@@ -85,6 +90,11 @@
85
90
<groupId>io.jsonwebtoken</groupId>
86
91
<artifactId>*</artifactId>
87
92
</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>
88
98
</exclusions>
89
99
100
0 commit comments