You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/10/12 21:26:22 UTC

jena git commit: ARQ does not directly depend on commons-csv

Repository: jena
Updated Branches:
  refs/heads/master 0c0699c1c -> c6fa7491c


ARQ does not directly depend on commons-csv


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/c6fa7491
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/c6fa7491
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/c6fa7491

Branch: refs/heads/master
Commit: c6fa7491cf565c8037aff4128bec27de2ef58e25
Parents: 0c0699c
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Oct 12 22:26:12 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Oct 12 22:26:12 2017 +0100

----------------------------------------------------------------------
 jena-arq/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/c6fa7491/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml
index e4eaa14..3dc2b7e 100644
--- a/jena-arq/pom.xml
+++ b/jena-arq/pom.xml
@@ -111,11 +111,6 @@
 
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-csv</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>