Repository: marmotta Updated Branches: refs/heads/develop 07bfdf562 -> 93c397fd4
update SuperCSV version, maybe fixes bulk import for DBPedia Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/93c397fd Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/93c397fd Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/93c397fd Branch: refs/heads/develop Commit: 93c397fd4d5f10ba215e0e9ba1e729882b36002f Parents: 07bfdf5 Author: Sebastian Schaffert <[email protected]> Authored: Wed Aug 10 23:54:07 2016 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Wed Aug 10 23:54:07 2016 +0200 ---------------------------------------------------------------------- libraries/kiwi/kiwi-loader/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/93c397fd/libraries/kiwi/kiwi-loader/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-loader/pom.xml b/libraries/kiwi/kiwi-loader/pom.xml index e16be48..7823e49 100644 --- a/libraries/kiwi/kiwi-loader/pom.xml +++ b/libraries/kiwi/kiwi-loader/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>net.sf.supercsv</groupId> <artifactId>super-csv</artifactId> - <version>2.2.0</version> + <version>2.4.0</version> </dependency>
