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/05/16 09:23:55 UTC

[2/2] incubator-taverna-commandline git commit: TAVERNA-970 Jena 3.1.0 also needs dexx.collection

TAVERNA-970 Jena 3.1.0 also needs dexx.collection


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

Branch: refs/heads/master
Commit: ef412324f28c8f2480d1c2405a5c2c37aaad2afc
Parents: 2cb4b41
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon May 16 10:23:18 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon May 16 10:23:18 2016 +0100

----------------------------------------------------------------------
 pom.xml                             | 1 +
 taverna-commandline-product/pom.xml | 9 +++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/ef412324/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 80639f1..3ac2c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
             <jsonldjava.version>0.8.2</jsonldjava.version>
             <commons.configuration.version>1.10</commons.configuration.version>
             <slf4j.version>1.7.20</slf4j.version>
+            <dexx.collection.version>0.6</dexx.collection.version>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/ef412324/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index aba965a..b235513 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -454,6 +454,15 @@ Xerces OSGi bundle needed by jena-osgi
       <artifactId>org.apache.servicemix.bundles.xerces</artifactId>
       <version>${servicemix.xerces.version}</version>
     </dependency>
+<!-- Also needed by Jena -->
+    <dependency>
+      <groupId>com.github.andrewoma.dexx</groupId>
+      <artifactId>collection</artifactId>
+      <version>${dexx.collection.version}</version>
+    </dependency>
+
+
+
     <!-- slf4j implementation -->
                 <!-- The bundle "org.purl.wf4ever.robundle_0.3.1 " could not be resolved. Reason: Missing Constraint: Import-Package: org.slf4j; version="[1.7.0,2.0.0)"-->
     <dependency>