You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:54:34 UTC

[26/49] incubator-taverna-workbench-product git commit: explicit springsource http client

explicit springsource http client

git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@16057 bf327186-88b3-11dd-a302-d386e5130c1c


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/commit/046e5c5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/046e5c5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/046e5c5f

Branch: refs/heads/master
Commit: 046e5c5f63debc6b189a26285415f3e75d8e5e5a
Parents: b712b2b
Author: stian@mygrid.org.uk <st...@bf327186-88b3-11dd-a302-d386e5130c1c>
Authored: Wed Sep 18 09:23:05 2013 +0000
Committer: stian@mygrid.org.uk <st...@bf327186-88b3-11dd-a302-d386e5130c1c>
Committed: Wed Sep 18 09:23:05 2013 +0000

----------------------------------------------------------------------
 pom.xml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/046e5c5f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b7a0ac..e20789d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -605,7 +605,37 @@
 			<groupId>uk.org.taverna.databundle</groupId>
     		<artifactId>databundle</artifactId>
     		<version>0.1.0-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpclient-cache</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpcore</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpclient</artifactId>
+                </exclusion>
+            </exclusions>
 		</dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>com.springsource.org.apache.httpcomponents.httpclient-cache</artifactId>
+            <version>4.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>com.springsource.org.apache.httpcomponents.httpclient</artifactId>
+            <version>4.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>com.springsource.org.apache.httpcomponents.httpcore</artifactId>
+            <version>4.2.1</version>
+        </dependency>
+        
 
 		<!-- Taverna Security -->
 		<dependency>