[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 0:49:47
Message-ID: b90d8f1293824d93887b60dd250cd026 () git ! apache ! org
[Download RAW message or body]

Repository: hadoop
Updated Branches:
  refs/heads/trunk 689fb2fc6 -> 371b6467d


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


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

Branch: refs/heads/trunk
Commit: 371b6467dcee8517ef0d49b9f391302a6d9ed648
Parents: 689fb2f
Author: Robert Kanter <rkanter@apache.org>
Authored: Thu Apr 27 17:49:38 2017 -0700
Committer: Robert Kanter <rkanter@apache.org>
Committed: Thu Apr 27 17:49:38 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/371b6467/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 be9731a..b13271d 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
 @@ -182,7 +182,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