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/07/21 11:02:10 UTC

[4/4] jena git commit: Explicitly control dependecies for httpcompoents OSGi

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 <an...@apache.org>
Authored: Tue Jul 21 09:40:59 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
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>