Skip to content

Commit 549ec00

Browse files
committed
fix: exclude commons-codec and commons-io
1 parent b294ec7 commit 549ec00

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@
114114
<groupId>org.apache.commons</groupId>
115115
<artifactId>commons-csv</artifactId>
116116
<version>1.14.1</version>
117+
<exclusions>
118+
<exclusion>
119+
<groupId>commons-codec</groupId>
120+
<artifactId>commons-codec</artifactId>
121+
</exclusion>
122+
<exclusion>
123+
<groupId>commons-io</groupId>
124+
<artifactId>commons-io</artifactId>
125+
</exclusion>
126+
</exclusions>
117127
</dependency>
118128
<dependency>
119129
<groupId>org.jenkins-ci.plugins.workflow</groupId>

0 commit comments

Comments
 (0)