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 16:26:53 UTC

[6/6] incubator-taverna-engine git commit: updated scufl2 dependencies

updated scufl2 dependencies


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

Branch: refs/heads/master
Commit: 315a829c3d7740e51726d2477273196338dca58e
Parents: 4252fa9
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 27 15:26:24 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 27 15:26:24 2015 +0000

----------------------------------------------------------------------
 taverna-platform-integration-tests/pom.xml | 17 +----------------
 taverna-prov/pom.xml                       |  4 +++-
 taverna-report-api/pom.xml                 |  2 +-
 3 files changed, 5 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/315a829c/taverna-platform-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-platform-integration-tests/pom.xml b/taverna-platform-integration-tests/pom.xml
index a958d1c..e99c469 100644
--- a/taverna-platform-integration-tests/pom.xml
+++ b/taverna-platform-integration-tests/pom.xml
@@ -362,7 +362,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.taverna.language</groupId>
-			<artifactId>taverna-scufl2-rdfxml</artifactId>
+			<artifactId>taverna-scufl2-wfbundle</artifactId>
 			<version>${taverna.language.version}</version>
 		</dependency>
 		<dependency>
@@ -370,21 +370,6 @@
 			<artifactId>taverna-scufl2-ucfpackage</artifactId>
 			<version>${taverna.language.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.taverna.language</groupId>
-			<artifactId>taverna-scufl2-validation</artifactId>
-			<version>${taverna.language.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.taverna.language</groupId>
-			<artifactId>taverna-scufl2-validation-correctness</artifactId>
-			<version>${taverna.language.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.taverna.language</groupId>
-			<artifactId>taverna-scufl2-validation-structural</artifactId>
-			<version>${taverna.language.version}</version>
-		</dependency>
 
 		<!-- Taverna CommandLine Tool -->
 		<dependency>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/315a829c/taverna-prov/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-prov/pom.xml b/taverna-prov/pom.xml
index 2eebd56..79e38ff 100644
--- a/taverna-prov/pom.xml
+++ b/taverna-prov/pom.xml
@@ -40,14 +40,16 @@
         </dependency>
         <dependency>
             <groupId>org.apache.taverna.language</groupId>
-            <artifactId>taverna-scufl2-rdfxml</artifactId>
+            <artifactId>taverna-scufl2-wfbundle</artifactId>
             <version>${taverna.language.version}</version>
         </dependency>
+        <!--
         <dependency>
             <groupId>org.apache.taverna.language</groupId>
             <artifactId>taverna-scufl2-wfdesc</artifactId>
             <version>${taverna.language.version}</version>
         </dependency>
+        -->
 
         <dependency>
             <groupId>org.apache.taverna.language</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/315a829c/taverna-report-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-report-api/pom.xml b/taverna-report-api/pom.xml
index 159f06f..117cf86 100644
--- a/taverna-report-api/pom.xml
+++ b/taverna-report-api/pom.xml
@@ -16,7 +16,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.taverna.language</groupId>
-			<artifactId>taverna-scufl2-rdfxml</artifactId>
+			<artifactId>taverna-scufl2-wfbundle</artifactId>
 			<version>${taverna.language.version}</version>
 		</dependency>
 		<dependency>