Updated commons.io to version 2.4 for T3-1193
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/f0af04e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/f0af04e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/f0af04e0 Branch: refs/heads/master Commit: f0af04e02c33228f5820e2d8157ed6b2a6cf98ac Parents: efc39a3 Author: Christian-B <[email protected]> Authored: Mon Jun 30 17:06:10 2014 +0100 Committer: Christian-B <[email protected]> Committed: Mon Jun 30 17:06:10 2014 +0100 ---------------------------------------------------------------------- ui/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/f0af04e0/ui/pom.xml ---------------------------------------------------------------------- diff --git a/ui/pom.xml b/ui/pom.xml index 7e0d708..6d42dc3 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -23,8 +23,8 @@ <version>${jedit.syntax.version}</version> </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> <dependency>
