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:55:19 UTC

incubator-taverna-plugin-component git commit: newer commons-io

Repository: incubator-taverna-plugin-component
Updated Branches:
  refs/heads/master 668686253 -> abb8c1010


newer commons-io


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

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

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/abb8c101/taverna-component-activity-ui/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/pom.xml b/taverna-component-activity-ui/pom.xml
index aaee894..0cd1734 100644
--- a/taverna-component-activity-ui/pom.xml
+++ b/taverna-component-activity-ui/pom.xml
@@ -52,8 +52,8 @@
 			<version>${project.parent.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>