This is an automated email from the ASF dual-hosted git repository.
rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new bf7510d [logback] use the variable for all slf4j dependencies
bf7510d is described below
commit bf7510d2c96b0cfc52abd1ef5e7f75968c4797c1
Author: Raymond Augé <[email protected]>
AuthorDate: Sat Dec 4 10:00:16 2021 -0500
[logback] use the variable for all slf4j dependencies
Signed-off-by: Raymond Augé <[email protected]>
---
logback/itests/itest-parent/pom.xml | 2 +-
logback/logback/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/logback/itests/itest-parent/pom.xml
b/logback/itests/itest-parent/pom.xml
index 15391bd..b63d981 100644
--- a/logback/itests/itest-parent/pom.xml
+++ b/logback/itests/itest-parent/pom.xml
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
- <version>1.7.32</version>
+ <version>${slf4j.api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/logback/logback/pom.xml b/logback/logback/pom.xml
index 11a2be4..edf5f3f 100644
--- a/logback/logback/pom.xml
+++ b/logback/logback/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
- <version>1.7.32</version>
+ <version>${slf4j.api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>