mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 21:17:50 +02:00
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:
parent
e46fdf9a87
commit
c1759fa9d4
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue