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 a245e63 commit 6a4f684Copy full SHA for 6a4f684
storage/pom.xml
@@ -79,6 +79,16 @@
79
<groupId>org.apache.commons</groupId>
80
<artifactId>commons-csv</artifactId>
81
<version>${csv.version}</version>
82
+ <exclusions>
83
+ <exclusion>
84
+ <artifactId>commons-codec</artifactId>
85
+ <groupId>commons-codec</groupId>
86
+ </exclusion>
87
88
+ <artifactId>commons-io</artifactId>
89
+ <groupId>commons-io</groupId>
90
91
+ </exclusions>
92
</dependency>
93
94
<dependency>
0 commit comments