This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 9bfb55c Refactor dependency version into a property.
9bfb55c is described below
commit 9bfb55c51649f1bb872f4d3fdcbf596c09eebf00
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 3 09:22:06 2021 -0500
Refactor dependency version into a property.
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e49ea0b..63f4b5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,7 @@
<commons.jacoco.version>0.8.6</commons.jacoco.version>
<commons.spotbugs.version>4.2.0</commons.spotbugs.version>
<commons.spotbugs.impl.version>4.2.0</commons.spotbugs.impl.version>
+ <slf4j.version>1.7.26</slf4j.version>
<log4j2.version>2.14.0</log4j2.version>
<clirr.skip>true</clirr.skip>
<japicmp.skip>false</japicmp.skip>
@@ -595,12 +596,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.26</version>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.7.26</version>
+ <version>${slf4j.version}</version>
</dependency>
<!-- Test SFTP with Apache SSHd Server (MINA) -->
<dependency>