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:14:50 UTC

incubator-taverna-language git commit: scufl2-wfdesc taken out of build

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


scufl2-wfdesc taken out of build

.. as it pulls in way too many Sesame dependencies
from the myGrid Maven repository


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

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

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/3c465ec9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 33dc429..f2379a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,8 @@
     <module>taverna-scufl2-t2flow</module>
     <module>taverna-scufl2-ucfpackage</module>
     <module>taverna-scufl2-wfbundle</module>
+    <!-- Disabled temporarily due to dependency overload..
     <module>taverna-scufl2-wfdesc</module>
+    -->
 	</modules>
 </project>