libthrift now declared in jena-parent
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/370cc56b Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/370cc56b Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/370cc56b Branch: refs/heads/master Commit: 370cc56b88d623ff9e2546803cfc90df26a387b7 Parents: 9a83435 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Jan 7 11:38:27 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jan 12 01:19:16 2015 +0000 ---------------------------------------------------------------------- jena-arq/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/370cc56b/jena-arq/pom.xml ---------------------------------------------------------------------- diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml index d179907..6f03367 100644 --- a/jena-arq/pom.xml +++ b/jena-arq/pom.xml @@ -84,14 +84,6 @@ <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> <!--
