Fix Objectify versions in imports in javatests packages

This was broken in []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=142006563
This commit is contained in:
mcilwain 2016-12-14 05:25:42 -08:00 committed by Ben McIlwain
parent e46fdf9a87
commit c1759fa9d4

View file

@ -58,7 +58,7 @@ java_library(
"//java/google/registry/module/backend", "//java/google/registry/module/backend",
"//java/google/registry/module/frontend", "//java/google/registry/module/frontend",
"//third_party/java/jsr305_annotations", "//third_party/java/jsr305_annotations",
"//third_party/java/objectify/v4_1:v4_1_3", "//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api", "//third_party/java/servlet/servlet_api",
], ],
) )