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:37:20 UTC

[05/50] [abbrv] incubator-taverna-commandline git commit: Now using commons-io See: T3-1193

Now using commons-io See: T3-1193


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

Branch: refs/heads/master
Commit: 64ddb76eca535157272ee13a795bce056061a2e6
Parents: f0da039
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Mon Sep 22 13:05:12 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Mon Sep 22 13:05:12 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/64ddb76e/taverna-commandline-common/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-common/pom.xml b/taverna-commandline-common/pom.xml
index b904931..7abb64f 100644
--- a/taverna-commandline-common/pom.xml
+++ b/taverna-commandline-common/pom.xml
@@ -67,8 +67,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>