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:38:03 UTC

[48/50] [abbrv] incubator-taverna-commandline git commit: Include taverna-beanshell-activity

Include taverna-beanshell-activity


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/99409c48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/99409c48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/99409c48

Branch: refs/heads/master
Commit: 99409c485dab2afea8bc7d796c319021dc9054ce
Parents: fd2682c
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jan 8 13:10:58 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jan 8 13:10:58 2015 +0000

----------------------------------------------------------------------
 taverna-commandline-product/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/99409c48/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index 07a7782..f493eab 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -290,6 +290,11 @@
     <!-- Taverna Common Activities -->
     <dependency>
 			<groupId>org.apache.taverna.commonactivities</groupId>
+      <artifactId>taverna-beanshell-activity</artifactId>
+			<version>${taverna.commonactivities.version}</version>
+    </dependency>
+    <dependency>
+			<groupId>org.apache.taverna.commonactivities</groupId>
       <artifactId>taverna-external-tool-activity</artifactId>
 			<version>${taverna.commonactivities.version}</version>
     </dependency>