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:
jianglai
2018-02-01 22:00:49 -05:00
committed by Ben McIlwain
parent 4484263a60
commit 169fd62da7
4 changed files with 46 additions and 10 deletions
+2
View File
@@ -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",
+1
View File
@@ -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",