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/HDFS-10467 Commit: 371b6467dcee8517ef0d49b9f391302a6d9ed648 Parents: 689fb2f Author: Robert Kanter <[email protected]> Authored: Thu Apr 27 17:49:38 2017 -0700 Committer: Robert Kanter <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
