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 2015/02/01 14:12:23 UTC

[14/35] jena git commit: Added ver.httpcore

Added ver.httpcore


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

Branch: refs/heads/master
Commit: c5a42a1dc3a2284dc84628ea704d4ec8712f81a2
Parents: 781fdc6
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Wed Jan 7 11:58:13 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 12 01:19:16 2015 +0000

----------------------------------------------------------------------
 jena-parent/pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/c5a42a1d/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index b8b07d3..a328eba 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -51,11 +51,10 @@
     <ver.junit>4.11</ver.junit>
     <ver.xerces>2.11.0</ver.xerces>
     <ver.jsonldjava>0.5.1</ver.jsonldjava>
-    <ver.commons-fileupload>1.3.1</ver.commons-fileupload>
-    <ver.commons-csv>1.0</ver.commons-csv>
 
     <!-- These are connected because solr4j depends on httpclient as well -->
     <ver.httpclient>4.2.6</ver.httpclient>
+    <ver.httpcore>4.2.5</ver.httpcore> <!--always -1 from httpclient, it seems-->
     <ver.lucene>4.6.1</ver.lucene>
     <ver.solr>4.6.1</ver.solr>
     <ver.spatial4j>0.4</ver.spatial4j>
@@ -167,12 +166,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-csv</artifactId>
-        <version>${ver.commons-csv}</version>
-      </dependency>
-
-      <dependency>
         <groupId>com.github.jsonld-java</groupId>
         <artifactId>jsonld-java</artifactId>
         <version>${ver.jsonldjava}</version>