commons-ui should be from spring
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/c72fc140 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/c72fc140 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/c72fc140 Branch: refs/heads/master Commit: c72fc1407ebffca5aa88e1ea5a495b1ed4b738e5 Parents: 66452d9 Author: Stian Soiland-Reyes <[email protected]> Authored: Thu May 15 14:47:38 2014 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu May 15 14:47:38 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/c72fc140/ui/pom.xml ---------------------------------------------------------------------- diff --git a/ui/pom.xml b/ui/pom.xml index 4e77d66..d0b8895 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -23,8 +23,8 @@ <version>${jedit.syntax.version}</version> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>com.springsource.org.apache.commons.io</artifactId> <version>${commons.io.version}</version> </dependency> <dependency>
