Repository: incubator-taverna-plugin-bioinformatics Updated Branches: refs/heads/master [created] 793628502
junit.version and log4j.version Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/commit/8274e9ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/tree/8274e9ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/diff/8274e9ec Branch: refs/heads/master Commit: 8274e9ec3d42dcbf2379a0b3de1c1304478563b8 Parents: 61aad94 Author: Stian Soiland-Reyes <soiland-re...@cs.manchester.ac.uk> Authored: Mon Oct 27 16:17:30 2014 +0000 Committer: Stian Soiland-Reyes <soiland-re...@cs.manchester.ac.uk> Committed: Mon Oct 27 16:17:30 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/blob/8274e9ec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3525db0..2b206e9 100644 --- a/pom.xml +++ b/pom.xml @@ -95,11 +95,13 @@ <dependency> <groupId>org.apache.log4j</groupId> <artifactId>com.springsource.org.apache.log4j</artifactId> + <version>${log4j.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency>