diff --git a/LICENSE.txt b/LICENSE.txt index ff818bafa12..18383c3f82b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -588,6 +588,8 @@ Mockito 1.8.5 JUL to SLF4J bridge 1.7.25 SLF4J API Module 1.7.25 SLF4J LOG4J-12 Binding 1.7.25 +JCodings 1.0.8 +Joni 2.1.2 -------------------------------------------------------------------------------- The MIT License (MIT) @@ -1646,6 +1648,12 @@ JLine 0.9.94 leveldbjni-all 1.8 Hamcrest Core 1.3 xmlenc Library 0.52 +StringTemplate 4 4.0.7 +ANTLR 3 Tool 3.5 +ANTLR 3 Runtime 3.5 +ANTLR StringTemplate 3.2.1 +ASM All 5.0.2 +sqlline 1.1.8 -------------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml index a01698578b4..c62711269c7 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml @@ -325,6 +325,10 @@ org.apache.hadoop hadoop-mapreduce-client-core + + net.sourceforge.findbugs + annotations + @@ -350,6 +354,10 @@ org.apache.hadoop hadoop-mapreduce-client-core + + net.sourceforge.findbugs + annotations + diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml index 9466d2256f4..1eca09fe9f6 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml @@ -184,6 +184,10 @@ org.apache.hadoop hadoop-mapreduce-client-core + + net.sourceforge.findbugs + annotations +