]> source.dussan.org Git - jgit.git/commit
pgm: remove explicit version of log4j and slf4j in pom.xml 75/127975/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 24 Aug 2018 03:10:18 +0000 (12:10 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sat, 25 Aug 2018 05:16:54 +0000 (14:16 +0900)
commit5786ac991bd28c502613c7cddc7b4fdd01f8346d
tree013a2d86d66af6d63c575382f431004255836225
parent05ecfb1ce1cf643a72130fa191daf951352bc491
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 <david.pursehouse@gmail.com>
org.eclipse.jgit.pgm/pom.xml