Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit f91c932

Browse files
committed
Remove CommonsCSV-based plugin
Benchmarks show that the DefaultTableIOPlugin is faster for writing CSV files, which currently is the main use-case for TableIOPlugins. Closes #4.
1 parent 6e4ba23 commit f91c932

File tree

3 files changed

+1
-293
lines changed

3 files changed

+1
-293
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.scijava</groupId>
1313
<artifactId>scijava-plugins-io-table</artifactId>
14-
<version>0.1.1-SNAPSHOT</version>
14+
<version>0.2.0-SNAPSHOT</version>
1515

1616
<name>SciJava IO Plugin: Tables</name>
1717
<description>I/O plugins for SciJava table objects.</description>
@@ -109,11 +109,6 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
109109
<artifactId>scijava-table</artifactId>
110110
<version>${scijava-table.version}</version>
111111
</dependency>
112-
<dependency>
113-
<groupId>org.apache.commons</groupId>
114-
<artifactId>commons-csv</artifactId>
115-
<version>1.3</version>
116-
</dependency>
117112

118113
<!-- Test scope dependencies -->
119114
<dependency>

src/main/java/org/scijava/table/CommonsCSVTableIOPlugin.java

Lines changed: 0 additions & 174 deletions
This file was deleted.

src/test/java/org/scijava/table/CommonsCSVTableIOPluginTest.java

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)