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/27 12:28:10 UTC

incubator-taverna-language git commit: dependency on wfdesc temporarily disabled

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master 3c465ec93 -> de2d370db


dependency on wfdesc temporarily disabled

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

Branch: refs/heads/master
Commit: de2d370db6f037afa21ca10c3a51f2192aaaddc5
Parents: 3c465ec
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 27 11:27:35 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 27 11:27:35 2015 +0000

----------------------------------------------------------------------
 taverna-databundle/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/de2d370d/taverna-databundle/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-databundle/pom.xml b/taverna-databundle/pom.xml
index 86e3305..5d5e7b6 100644
--- a/taverna-databundle/pom.xml
+++ b/taverna-databundle/pom.xml
@@ -42,12 +42,14 @@
           <version>${project.version}</version>
           <scope>test</scope>
         </dependency>
+        <!-- Temporarily disabled
         <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>taverna-scufl2-wfdesc</artifactId>
           <version>${project.version}</version>
           <optional>true</optional>
         </dependency>
+         -->
         <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>taverna-robundle</artifactId>