mirror of
https://github.com/google/nomulus
synced 2026-09-10 10:06:25 +00:00
Add dependencies on classes that are not in the default modules in JDK 9
This is a follow-up to [] Also added jaxws-api Maven dependency and upgraded activation artifacts to 1.2.0, in parity with //third_party/java/activation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=183714304
This commit is contained in:
@@ -36,6 +36,8 @@ java_library(
|
||||
"@com_google_monitoring_client_contrib",
|
||||
"@com_google_truth",
|
||||
"@com_google_truth_extensions_truth_java8_extension",
|
||||
"@com_sun_activation_javax_activation",
|
||||
"@javax_xml_ws_jaxws_api",
|
||||
"@joda_time",
|
||||
"@junit",
|
||||
"@org_joda_money",
|
||||
|
||||
@@ -31,6 +31,7 @@ java_library(
|
||||
"@com_google_truth",
|
||||
"@com_google_truth_extensions_truth_java8_extension",
|
||||
"@javax_servlet_api",
|
||||
"@javax_xml_ws_jaxws_api",
|
||||
"@joda_time",
|
||||
"@junit",
|
||||
"@org_joda_money",
|
||||
|
||||
@@ -30,6 +30,7 @@ java_library(
|
||||
"@com_google_truth_extensions_truth_java8_extension",
|
||||
"@com_googlecode_json_simple",
|
||||
"@javax_servlet_api",
|
||||
"@javax_xml_ws_jaxws_api",
|
||||
"@joda_time",
|
||||
"@junit",
|
||||
"@org_mockito_all",
|
||||
|
||||
Reference in New Issue
Block a user