Repository: jena Updated Branches: refs/heads/master 0cac294ec -> 31054c830
Add commons-csv as dependency. Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/b9e92819 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b9e92819 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b9e92819 Branch: refs/heads/master Commit: b9e928196590a0b5f692bf565b8ab5d8740b378c Parents: 0cac294 Author: Andy Seaborne <[email protected]> Authored: Tue Apr 28 11:34:09 2015 +0100 Committer: Andy Seaborne <[email protected]> Committed: Tue Apr 28 11:34:09 2015 +0100 ---------------------------------------------------------------------- jena-base/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/b9e92819/jena-base/pom.xml ---------------------------------------------------------------------- diff --git a/jena-base/pom.xml b/jena-base/pom.xml index 113ce7c..a14bda4 100644 --- a/jena-base/pom.xml +++ b/jena-base/pom.xml @@ -45,6 +45,11 @@ <artifactId>jena-shaded-guava</artifactId> <version>3.0.0-SNAPSHOT</version> </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-csv</artifactId> + </dependency> </dependencies>
