Explicitly control dependecies for httpcompoents OSGi
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/26d9f034 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/26d9f034 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/26d9f034 Branch: refs/heads/master Commit: 26d9f0348c03924740f45ce33f19e8dec52e5bb5 Parents: b5ee014 Author: Andy Seaborne <[email protected]> Authored: Tue Jul 21 09:40:59 2015 +0100 Committer: Andy Seaborne <[email protected]> Committed: Tue Jul 21 09:40:59 2015 +0100 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/26d9f034/apache-jena-osgi/jena-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi/pom.xml b/apache-jena-osgi/jena-osgi/pom.xml index e1ea258..026bb2e 100644 --- a/apache-jena-osgi/jena-osgi/pom.xml +++ b/apache-jena-osgi/jena-osgi/pom.xml @@ -135,7 +135,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> - <version>${ver.httpclient}</version> + <version>${ver.httpclient-osgi}</version> <exclusions> <!-- These are all embedded within httpclient-osgi --> <exclusion> @@ -163,7 +163,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-osgi</artifactId> - <version>${ver.httpcore}</version> + <version>${ver.httpcore-osgi}</version> <exclusions> <exclusion> <groupId>org.apache.httpcomponents</groupId>
