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 2016/02/10 13:47:14 UTC

[30/50] [abbrv] incubator-taverna-language git commit: Disable iwir-support

Disable iwir-support


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

Branch: refs/heads/wfdesc-jena
Commit: f24f93706a0bcacabb9fd037e5ea01e9cc0a3127
Parents: 119fae0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 3 00:42:45 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 3 00:42:45 2016 +0000

----------------------------------------------------------------------
 taverna-tavlang-tool/pom.xml | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/f24f9370/taverna-tavlang-tool/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-tavlang-tool/pom.xml b/taverna-tavlang-tool/pom.xml
index 568f6e9..13f8d4d 100644
--- a/taverna-tavlang-tool/pom.xml
+++ b/taverna-tavlang-tool/pom.xml
@@ -26,9 +26,9 @@
     <name>Apache Taverna tavlang tool</name>
     <description>Command line for Taverna Language</description>
 
-	
+
     <dependencies>
-    
+
     	<dependency>
 			<groupId>commons-io</groupId>
 			<artifactId>commons-io</artifactId>
@@ -59,16 +59,17 @@
 <!-- 			<scope>optional</scope> -->
 <!-- 			<systemPath>${project.build.directory}/taverna-language-commandline/lib/</systemPath> -->
 <!-- 		</dependency> -->
-		
+
+    <!-- Disabled due to LGPL depenency
    	 <dependency>
 		<groupId>no.s11.scufl2</groupId>
 		<artifactId>scufl2-iwir</artifactId>
 		<version>0.2-SNAPSHOT</version>
         <optional>true</optional>
     </dependency>
+-->
+
 
- 
-		
 		<dependency>
 			<groupId>com.thoughtworks.xstream</groupId>
 			<artifactId>xstream</artifactId>
@@ -76,9 +77,9 @@
 		</dependency>
 
 
-		<!-- <dependency> <groupId>${project.groupId}</groupId> <artifactId>taverna-scufl2-wfdesc</artifactId> 
+		<!-- <dependency> <groupId>${project.groupId}</groupId> <artifactId>taverna-scufl2-wfdesc</artifactId>
 			<version>${project.version}</version> <optional>true</optional> </dependency> -->
-		<!-- <dependency> <groupId>org.purl.wf4ever</groupId> <artifactId>scufl2-wfdesc</artifactId> 
+		<!-- <dependency> <groupId>org.purl.wf4ever</groupId> <artifactId>scufl2-wfdesc</artifactId>
 			<version>0.3.7</version> </dependency> -->
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
@@ -180,6 +181,7 @@
 	</build>
 
 	<repositories>
+    <!-- Enable the below if using scufl2-iwir
 		<repository>
 			<releases>
 				<enabled>false</enabled>
@@ -189,7 +191,7 @@
 			<name>myGrid Repository</name>
 			<url>http://www.mygrid.org.uk/maven/repository</url>
 		</repository>
-		
+
 		<repository>
 			<id>mygrid-snapshot-repository</id>
 			<name>myGrid Snapshot Repository</name>
@@ -199,6 +201,7 @@
 			</releases>
 			<snapshots />
 		</repository>
+-->
 
 		<repository>
 			<id>apache.snapshots</id>