We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b294ec7 commit 549ec00Copy full SHA for 549ec00
1 file changed
pom.xml
@@ -114,6 +114,16 @@
114
<groupId>org.apache.commons</groupId>
115
<artifactId>commons-csv</artifactId>
116
<version>1.14.1</version>
117
+ <exclusions>
118
+ <exclusion>
119
+ <groupId>commons-codec</groupId>
120
+ <artifactId>commons-codec</artifactId>
121
+ </exclusion>
122
123
+ <groupId>commons-io</groupId>
124
+ <artifactId>commons-io</artifactId>
125
126
+ </exclusions>
127
</dependency>
128
<dependency>
129
<groupId>org.jenkins-ci.plugins.workflow</groupId>
0 commit comments