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/2b9511f1 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/2b9511f1 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/2b9511f1 Branch: refs/heads/master Commit: 2b9511f1c1e151ad04c9e976ea33f797a5cadfdc Parents: a43f23c Author: Andy Seaborne <[email protected]> Authored: Tue Jul 21 09:40:59 2015 +0100 Committer: Andy Seaborne <[email protected]> Committed: Tue Jul 21 21:34:47 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/2b9511f1/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>
