mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
Use a direct reference to jsch 0.1.53
Use a direct reference to the jsch 0.1.53 package instead of going through the target link, which doesn't exist after MOE transformation. Also change the target's visibility (since the whitelist referenced by the current rule isn't preserved by the moe transform). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171554085
This commit is contained in:
parent
6d80482875
commit
69d33e928a
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ java_library(
|
||||||
"//java/google/registry/util",
|
"//java/google/registry/util",
|
||||||
"//java/google/registry/xjc",
|
"//java/google/registry/xjc",
|
||||||
"//java/google/registry/xml",
|
"//java/google/registry/xml",
|
||||||
"//third_party/java/jsch:jsch_v0_1_53",
|
"//third_party/java/jsch/v0_1_53",
|
||||||
"//third_party/java/objectify:objectify-v4_1",
|
"//third_party/java/objectify:objectify-v4_1",
|
||||||
"@com_google_appengine_api_1_0_sdk",
|
"@com_google_appengine_api_1_0_sdk",
|
||||||
"@com_google_appengine_tools_appengine_gcs_client",
|
"@com_google_appengine_tools_appengine_gcs_client",
|
||||||
|
|
|
@ -27,7 +27,7 @@ java_library(
|
||||||
"//javatests/google/registry/testing/mapreduce",
|
"//javatests/google/registry/testing/mapreduce",
|
||||||
"//javatests/google/registry/testing/sftp",
|
"//javatests/google/registry/testing/sftp",
|
||||||
"//javatests/google/registry/xml",
|
"//javatests/google/registry/xml",
|
||||||
"//third_party/java/jsch:jsch_v0_1_53",
|
"//third_party/java/jsch/v0_1_53",
|
||||||
"//third_party/java/objectify:objectify-v4_1",
|
"//third_party/java/objectify:objectify-v4_1",
|
||||||
"@com_google_appengine_api_1_0_sdk//:testonly",
|
"@com_google_appengine_api_1_0_sdk//:testonly",
|
||||||
"@com_google_appengine_tools_appengine_gcs_client",
|
"@com_google_appengine_tools_appengine_gcs_client",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue