Skip to content

Commit 6a4f684

Browse files
committed
chore[maven]: update maven version
1 parent a245e63 commit 6a4f684

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

storage/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@
7979
<groupId>org.apache.commons</groupId>
8080
<artifactId>commons-csv</artifactId>
8181
<version>${csv.version}</version>
82+
<exclusions>
83+
<exclusion>
84+
<artifactId>commons-codec</artifactId>
85+
<groupId>commons-codec</groupId>
86+
</exclusion>
87+
<exclusion>
88+
<artifactId>commons-io</artifactId>
89+
<groupId>commons-io</groupId>
90+
</exclusion>
91+
</exclusions>
8292
</dependency>
8393

8494
<dependency>

0 commit comments

Comments
 (0)