File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments