You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/17 09:52:04 UTC

[ambari-metrics] branch master updated: AMBARI-25727: Update slf4j version to 2.0.0 (#71)

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

wuzhiguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git


The following commit(s) were added to refs/heads/master by this push:
     new cc724fa  AMBARI-25727: Update slf4j version to 2.0.0 (#71)
cc724fa is described below

commit cc724fac8f4f47ec849e2c90274d5afb440e26f4
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Thu Nov 17 17:52:00 2022 +0800

    AMBARI-25727: Update slf4j version to 2.0.0 (#71)
---
 ambari-metrics-timelineservice/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ambari-metrics-timelineservice/pom.xml b/ambari-metrics-timelineservice/pom.xml
index d7ece87..0a840ab 100644
--- a/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics-timelineservice/pom.xml
@@ -36,6 +36,7 @@
     <protobuf.version>2.5.0</protobuf.version>
     <phoenix.version>5.0.0-HBase-2.0</phoenix.version>
     <hbase.version>2.0.2</hbase.version>
+    <slf4j.version>2.0.0</slf4j.version>
   </properties>
 
   <build>
@@ -699,13 +700,13 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.35</version>
+      <version>${slf4j.version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-reload4j</artifactId>
-      <version>1.7.35</version>
+      <version>${slf4j.version}</version>
     </dependency>
 
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org