mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +02:00
Fix "one version" error
Jetty conflicts with appengine-integration-testing. Replaced one with the other. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196126483
This commit is contained in:
parent
e5538cfe35
commit
1787db106d
1 changed files with 2 additions and 1 deletions
|
@ -18,11 +18,12 @@ java_library(
|
|||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/google/registry/util",
|
||||
"//third_party/java/jetty/v6_1_22",
|
||||
"@com_google_appengine_tools_sdk",
|
||||
"@com_google_auto_value",
|
||||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_guava",
|
||||
"@javax_servlet_api",
|
||||
"@org_mortbay_jetty",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue