aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-09-22 19:05:11 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-09-23 10:31:47 +0000
commit8aaa2296a32d5051c1333efe8f2d313aaa9b5832 (patch)
tree6d3c7980089a0e842c18ac44d9f9261022c0372e /third_party
parent5877b8b39a7d88f4501ab1736f8ac2fe65431579 (diff)
Add Apache codec library as a dependency
Fixes #474. -- MOS_MIGRATED_REVID=103668177
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/)
----------------------------