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 2016/06/30 12:33:52 UTC

incubator-taverna-workbench git commit: newer commons-io

Repository: incubator-taverna-workbench
Updated Branches:
  refs/heads/master 5b45869ea -> da7d4e4c8


newer commons-io


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

Branch: refs/heads/master
Commit: da7d4e4c8b70b6846d18effa66f9ad94cc769578
Parents: 5b45869
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 30 13:33:44 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 30 13:33:44 2016 +0100

----------------------------------------------------------------------
 taverna-renderers-exts/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/da7d4e4c/taverna-renderers-exts/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-renderers-exts/pom.xml b/taverna-renderers-exts/pom.xml
index baa3ba5..e09de80 100644
--- a/taverna-renderers-exts/pom.xml
+++ b/taverna-renderers-exts/pom.xml
@@ -59,8 +59,8 @@
 		</dependency>
 		 -->
 		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>com.springsource.org.apache.commons.io</artifactId>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
 			<version>${commons.io.version}</version>
 		</dependency>