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 0b13681 commit 9e0a9eeCopy full SHA for 9e0a9ee
fj-doc-mod-opencsv/pom.xml
@@ -71,6 +71,12 @@
71
<dependency>
72
<groupId>com.opencsv</groupId>
73
<artifactId>opencsv</artifactId>
74
+ <exclusions>
75
+ <exclusion>
76
+ <groupId>org.junit.vintage</groupId>
77
+ <artifactId>junit-vintage-engine</artifactId>
78
+ </exclusion>
79
+ </exclusions>
80
</dependency>
81
82
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.fugerit.java</groupId>
7
<artifactId>fj-bom</artifactId>
8
- <version>2.0.0</version>
+ <version>2.0.1</version>
9
<relativePath/>
10
</parent>
11
0 commit comments