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:49 UTC

[41/49] incubator-taverna-workbench-product git commit: T3-954: newer databundle

T3-954: newer databundle

git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@16445 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/a4442796
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/a4442796
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/a4442796

Branch: refs/heads/master
Commit: a4442796e0f115491764a61341338832ad0de6a2
Parents: 8bb5341
Author: stian@mygrid.org.uk <st...@bf327186-88b3-11dd-a302-d386e5130c1c>
Authored: Fri Dec 6 17:42:03 2013 +0000
Committer: stian@mygrid.org.uk <st...@bf327186-88b3-11dd-a302-d386e5130c1c>
Committed: Fri Dec 6 17:42:03 2013 +0000

----------------------------------------------------------------------
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/a4442796/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 65bb0cf..b9428ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -618,14 +618,8 @@
 		<dependency>
 			<groupId>uk.org.taverna.databundle</groupId>
 			<artifactId>databundle</artifactId>
-			<version>0.2.0</version>
-		</dependency>
-        <dependency>
-            <!-- Newer robundle to fix T3-954 -->
-            <groupId>org.purl.wf4ever.robundle</groupId>
-            <artifactId>robundle</artifactId>
-            <version>0.1.2-SNAPSHOT</version>
-        </dependency>
+			<version>0.2.1</version>
+		</dependency>
 		<!-- HTTP client needed by Data Bundle -->
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>