aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-07-08 11:34:03 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-07-08 11:44:08 +0000
commit320f1abfb5782058d6be108e026afa05e2b5f192 (patch)
tree535d5cb4a8f72e865ce9bbe03b05b22a9a9f026b /src/main
parentd6b28a53bd9ce4fdf1f78bf16cb181787d5f3cf2 (diff)
Add missing dependency.
-- MOS_MIGRATED_REVID=97762435
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/BUILD b/src/main/java/BUILD
index 6c8e788296..45b6cf83e6 100644
--- a/src/main/java/BUILD
+++ b/src/main/java/BUILD
@@ -348,6 +348,7 @@ java_library(
"//src/main/protobuf:proto_build",
"//src/main/protobuf:proto_test_status",
"//third_party:guava",
+ "//third_party:joda_time",
"//third_party:jsr305",
],
)