From 5786ac991bd28c502613c7cddc7b4fdd01f8346d Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 24 Aug 2018 12:10:18 +0900 Subject: [PATCH] pgm: remove explicit version of log4j and slf4j in pom.xml The version is inherited from the master pom.xml so does not need to be explicitly specified, unless the intent is to override the version. This is not the case, though, since the versions are specified with the properties defined in the master pom.xml. Despite the fact that using the properties results in the versions effectively not being overridden, Eclipse still warns about it, seemingly due the fact that a value is given in the version field. Change-Id: I163ede6689b9e2e7dd7b21f22b4068d638fa97aa Signed-off-by: David Pursehouse --- org.eclipse.jgit.pgm/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index d050e79e8e..08bf10076c 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -108,19 +108,16 @@ org.slf4j slf4j-api - ${slf4j-version} org.slf4j slf4j-log4j12 - ${slf4j-version} log4j log4j - ${log4j-version} -- 2.39.5