Skip to content

Commit 83a5c8b

Browse files
committed
1 parent 9b7cb33 commit 83a5c8b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.source>1.8</maven.compiler.source>
3232
<!-- libraries versions -->
3333
<fj-version>8.3.7</fj-version>
34-
<opencsv-version>5.6</opencsv-version>
34+
<opencsv-version>5.8</opencsv-version>
3535
</properties>
3636

3737
<licenses>
@@ -72,19 +72,6 @@
7272
<version>${fj-version}</version>
7373
</dependency>
7474

75-
<!-- java core dependancies -->
76-
<dependency>
77-
<groupId>maven</groupId>
78-
<artifactId>maven-java-plugin</artifactId>
79-
<version>1.6</version>
80-
</dependency>
81-
<dependency>
82-
<groupId>javax</groupId>
83-
<artifactId>javaee-api</artifactId>
84-
<version>6.0</version>
85-
<scope>provided</scope>
86-
</dependency>
87-
8875
<dependency>
8976
<groupId>com.opencsv</groupId>
9077
<artifactId>opencsv</artifactId>

0 commit comments

Comments
 (0)