added ${ver.thrift}
Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/1af75b61
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/1af75b61
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/1af75b61
Branch: refs/heads/master
Commit: 1af75b61550136c94f3fc8f743551d287d4b4270
Parents: e7b3de8
Author: Stian Soiland-Reyes <[email protected]>
Authored: Sat Nov 1 00:21:32 2014 +0000
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Mon Jan 12 01:19:15 2015 +0000
----------------------------------------------------------------------
jena-arq/pom.xml | 8 ++++++++
jena-parent/pom.xml | 1 +
2 files changed, 9 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/jena/blob/1af75b61/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml
index 6f03367..d179907 100644
--- a/jena-arq/pom.xml
+++ b/jena-arq/pom.xml
@@ -84,6 +84,14 @@
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
+ <version>${ver.thrift}</version>
+ <exclusions>
+ <!-- Use whatever version Jena is using -->
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!--
http://git-wip-us.apache.org/repos/asf/jena/blob/1af75b61/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 94651e9..961ca82 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -53,6 +53,7 @@
<ver.jsonldjava>0.5.1</ver.jsonldjava>
<ver.commons-fileupload>1.3.1</ver.commons-fileupload>
<ver.commons-csv>1.0</ver.commons-csv>
+ <ver.thrift>0.9.1</ver.thrift>
<!-- These are connected because solr4j depends on httpclient as well -->
<ver.httpclient>4.2.6</ver.httpclient>