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 <[email protected]> Authored: Sun Mar 29 22:28:24 2015 +0100 Committer: Stian Soiland-Reyes <[email protected]> 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 -->
