Skip to content

Commit 20e9bf5

Browse files
committed
Exclude commons-beanutils from opencsv dependency
1 parent 472559d commit 20e9bf5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@
229229
<groupId>com.opencsv</groupId>
230230
<artifactId>opencsv</artifactId>
231231
<version>5.8</version>
232+
<exclusions>
233+
<exclusion>
234+
<groupId>commons-beanutils</groupId>
235+
<artifactId>commons-beanutils</artifactId>
236+
</exclusion>
237+
</exclusions>
232238
</dependency>
233239

234240
<!-- Development tools -->

0 commit comments

Comments
 (0)