Skip to content

Commit 360a25e

Browse files
authored
Use library plugins where possible (#111)
1 parent bcaa187 commit 360a25e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@
6969
<groupId>com.opencsv</groupId>
7070
<artifactId>opencsv</artifactId>
7171
<version>5.7.1</version>
72+
<exclusions>
73+
<!-- Provided by commons-lang3-api plugin -->
74+
<exclusion>
75+
<groupId>org.apache.commons</groupId>
76+
<artifactId>commons-lang3</artifactId>
77+
</exclusion>
78+
<!-- Provided by commons-text-api plugin -->
79+
<exclusion>
80+
<groupId>org.apache.commons</groupId>
81+
<artifactId>commons-text</artifactId>
82+
</exclusion>
83+
</exclusions>
84+
</dependency>
85+
<dependency>
86+
<groupId>io.jenkins.plugins</groupId>
87+
<artifactId>commons-lang3-api</artifactId>
88+
</dependency>
89+
<dependency>
90+
<groupId>io.jenkins.plugins</groupId>
91+
<artifactId>commons-text-api</artifactId>
7292
</dependency>
7393

7494
<dependency>

0 commit comments

Comments
 (0)