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 2019/01/27 23:52:49 UTC

[incubator-taverna-workbench-product] branch master updated: avoid duplicate log4j

This is an automated email from the ASF dual-hosted git repository.

stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-workbench-product.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a774df  avoid duplicate log4j
4a774df is described below

commit 4a774df1c8d02a535fefc808e37c4ce6316d126c
Author: Stian Soiland-Reyes <st...@apache.org>
AuthorDate: Sun Jan 27 23:52:37 2019 +0000

    avoid duplicate log4j
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 522ee90..d52a2d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
-			<version>1.2.17</version>
+			<version>${log4j.version}</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -470,11 +470,6 @@
 			<artifactId>commons-io</artifactId>
 			<version>${commons.io.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>${log4j.version}</version>
-		</dependency>
 
 		<dependency>
 			<groupId>junit</groupId>