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/03/29 23:30:05 UTC

[1/2] incubator-taverna-commandline git commit: log4j.version NOT provided

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master 9965dffe9 -> 7d8caa211


log4j.version NOT provided


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

Branch: refs/heads/master
Commit: 5a18072bab83a2d1c1e1cd243968ed24f33ae367
Parents: 9965dff
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Mar 29 22:28:24 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Mar 29 22:28:24 2015 +0100

----------------------------------------------------------------------
 taverna-commandline-product/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/5a18072b/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index df940b5..2c1b03b 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -169,7 +169,7 @@
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
 			<version>${log4j.version}</version>
-			<scope>provided</scope>
+      <!-- <scope>provided</scope> -->
 		</dependency>
 
 		<!-- Spring DM -->


[2/2] incubator-taverna-commandline git commit: ${jena.version}

Posted by st...@apache.org.
${jena.version}


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

Branch: refs/heads/master
Commit: 7d8caa2112563ad5a4b5f4040958e8b77f5876a3
Parents: 5a18072
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Mar 29 22:28:34 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Mar 29 22:28:34 2015 +0100

----------------------------------------------------------------------
 taverna-commandline-product/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/7d8caa21/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index 2c1b03b..d47c15d 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -431,7 +431,7 @@
 		<dependency>
 			<groupId>org.apache.jena</groupId>
 			<artifactId>jena-osgi</artifactId>
-			<version>2.13.0</version>
+      <version>${jena.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)"-->