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/da392fe3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/da392fe3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/da392fe3 Branch: refs/heads/HDFS-10467 Commit: da392fe3efa9f284106db9190b405ddb3c7cc189 Parents: fd6213c Author: Robert Kanter <[email protected]> Authored: Thu Apr 27 17:49:38 2017 -0700 Committer: Inigo <[email protected]> Committed: Tue May 2 14:52:04 2017 -0700 ---------------------------------------------------------------------- .../pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/da392fe3/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: [email protected] For additional commands, e-mail: [email protected]
