HADOOP-14290. Update SLF4J from 1.7.10 to 1.7.25.

Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/77880cca
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/77880cca
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/77880cca

Branch: refs/heads/HDFS-10467
Commit: 77880cca01e1a8deb03d671a3e11f2f22e25c901
Parents: 616c8c6
Author: Akira Ajisaka <[email protected]>
Authored: Sun Apr 9 01:46:01 2017 +0900
Committer: Inigo <[email protected]>
Committed: Mon Apr 17 11:16:59 2017 -0700

----------------------------------------------------------------------
 LICENSE.txt            | 6 +++---
 hadoop-project/pom.xml | 9 ++++++---
 2 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/77880cca/LICENSE.txt
----------------------------------------------------------------------
diff --git a/LICENSE.txt b/LICENSE.txt
index 52da57a..a7e43c4 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -631,9 +631,9 @@ Azure Data Lake Store - Java client SDK 2.0.11
 JCodings 1.0.8
 Joni 2.1.2
 Mockito 1.8.5
-JUL to SLF4J bridge 1.7.10
-SLF4J API Module 1.7.10
-SLF4J LOG4J-12 Binding 1.7.10
+JUL to SLF4J bridge 1.7.25
+SLF4J API Module 1.7.25
+SLF4J LOG4J-12 Binding 1.7.25
 
--------------------------------------------------------------------------------
 
 The MIT License (MIT)

http://git-wip-us.apache.org/repos/asf/hadoop/blob/77880cca/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index bf93f0f..dec2b06 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -74,6 +74,9 @@
     <jackson.version>1.9.13</jackson.version>
     <jackson2.version>2.7.8</jackson2.version>
 
+    <!-- SLF4J version -->
+    <slf4j.version>1.7.25</slf4j.version>
+
     <!-- com.google.re2j version -->
     <re2j.version>1.0</re2j.version>
 
@@ -853,17 +856,17 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.7.10</version>
+        <version>${slf4j.version}</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.7.10</version>
+        <version>${slf4j.version}</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jul-to-slf4j</artifactId>
-        <version>1.7.10</version>
+        <version>${slf4j.version}</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.jdt</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to