aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD5
-rw-r--r--third_party/README.md7
2 files changed, 12 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index bb92ff6298..4cdd2308df 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -69,6 +69,11 @@ java_import(
)
java_import(
+ name = "apache_commons_codec",
+ jars = ["apache_commons_codec/commons-codec-1.9.jar"],
+)
+
+java_import(
name = "apache_commons_collections",
jars = ["apache_commons_collections/commons-collections-3.2.1.jar"],
)
diff --git a/third_party/README.md b/third_party/README.md
index 4e529af222..53b62e7554 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -17,6 +17,13 @@ a minimal set of extra dependencies.
* License: Apache License 2.0.
+[apache_commons_codec](http://commons.apache.org/proper/commons-codec/)
+----------------------------
+
+* Version: 1.9
+* License: Apache License 2.0.
+
+
[apache_commons_collections](http://commons.apache.org/proper/commons-collections/)
----------------------------