Move backported JUnit file to third_party (part 2)

Last commit did not pick up all the changes because MOE incorrectly attributed some changes to the wrong commit. This commit should reconcile these. Also picked up some changes to how hamcrest library is depended upon in BUILD file, which should have been included in previous commits.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177637931
This commit is contained in:
jianglai 2017-11-27 09:30:15 -08:00
parent 8ef4fbe9d5
commit 1c1f95992a
64 changed files with 57 additions and 61 deletions

View file

@ -20,7 +20,7 @@ java_library(
"//java/google/registry/request",
"//java/google/registry/request/auth",
"//java/google/registry/util",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/objectify:objectify-v4_1",
"@com_beust_jcommander",
"@com_google_appengine_api_1_0_sdk",
"@com_google_appengine_tools_appengine_gcs_client",