mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 12:39:39 +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"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"//java/google/registry/util",
|
"//java/google/registry/util",
|
||||||
"//third_party/java/jetty/v6_1_22",
|
"@com_google_appengine_tools_sdk",
|
||||||
"@com_google_auto_value",
|
"@com_google_auto_value",
|
||||||
"@com_google_code_findbugs_jsr305",
|
"@com_google_code_findbugs_jsr305",
|
||||||
"@com_google_guava",
|
"@com_google_guava",
|
||||||
"@javax_servlet_api",
|
"@javax_servlet_api",
|
||||||
|
"@org_mortbay_jetty",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue