diff --git a/LICENSE.txt b/LICENSE.txt
index 6910a09..86b00e1 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -586,6 +586,8 @@ And the binary distribution of this product bundles these dependencies under the
following license:
Mockito 1.8.5
SLF4J 1.7.10
+JCodings 1.0.8
+Joni 2.1.2
--------------------------------------------------------------------------------
The MIT License (MIT)
@@ -609,6 +611,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
For:
+jamon-runtime 2.3.1
+--------------------------------------------------------------------------------
+MPL 1.1
+
+For:
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery-1.10.2.min.js
hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/jquery.js
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery
@@ -1641,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 a7b22a7..eca244e 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 004972a..a6b4cee 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
+