[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hadoop-commits
Subject:    hadoop git commit: YARN-5894. fixed license warning caused by de.ruedigermoeller:fst:jar:2.24 (haibo
From:       rkanter () apache ! org
Date:       2017-04-28 16:27:12
Message-ID: 1a9c1bc10df547f785aaad9b8b9f14a5 () git ! apache ! org
[Download RAW message or body]

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 cb12ada03 -> 26492de18


YARN-5894. fixed license warning caused by de.ruedigermoeller:fst:jar:2.24 (haibochen \
via rkanter)

(cherry picked from commit 371b6467dcee8517ef0d49b9f391302a6d9ed648)


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

Branch: refs/heads/branch-2.8
Commit: 26492de1852874b737e0e754d197d0c4dd3f0082
Parents: cb12ada
Author: Robert Kanter <rkanter@apache.org>
Authored: Thu Apr 27 17:49:38 2017 -0700
Committer: Robert Kanter <rkanter@apache.org>
Committed: Fri Apr 28 09:21:41 2017 -0700

----------------------------------------------------------------------
 .../pom.xml                                             | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/26492de1/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
                
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml \
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
 index ba9d99b..3631a5c 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
                
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
 @@ -183,7 +183,17 @@
     <dependency>
       <groupId>de.ruedigermoeller</groupId>
       <artifactId>fst</artifactId>
-      <version>2.24</version>
+      <version>2.50</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.javassist</groupId>
+          <artifactId>javassist</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.objenesis</groupId>
+          <artifactId>objenesis</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic