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 2018/01/05 09:54:54 UTC

incubator-taverna-common-activities git commit: newer commons-io

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master a951b04af -> e17e89814


newer commons-io


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

Branch: refs/heads/master
Commit: e17e89814d1f75228eefb3bbd784b25c2bab3f32
Parents: a951b04
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 5 09:53:35 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 5 09:53:35 2018 +0000

----------------------------------------------------------------------
 taverna-external-tool-activity/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/e17e8981/taverna-external-tool-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/pom.xml b/taverna-external-tool-activity/pom.xml
index a122e82..39b2730 100644
--- a/taverna-external-tool-activity/pom.xml
+++ b/taverna-external-tool-activity/pom.xml
@@ -66,8 +66,8 @@
 			<version>${commons.io.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>com.springsource.org.apache.commons.lang</artifactId>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
 			<version>${commons.lang.version}</version>
 		</dependency>
                 <dependency>