T3-954 Open workflow runs with spaces

newer robundle

git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@16444 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/pom.xml b/pom.xml
index 3de4ba0..65bb0cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -620,6 +620,12 @@
 			<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>
 		<!-- HTTP client needed by Data Bundle -->
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>