[Java] Add javac.activative dependency for java worker. (#22538)

This PR adds `javac.activative` as Java worker dependency to address the issue that some users need `JAXB`  on >= JDK9.
This commit is contained in:
Qing Wang 2022-02-23 16:24:47 +08:00 committed by GitHub
parent 46cb246d75
commit 96924ecfc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ define_java_module(
"@maven//:com_lmax_disruptor",
"@maven//:com_sun_xml_bind_jaxb_core",
"@maven//:com_sun_xml_bind_jaxb_impl",
"@maven//:javax_activation_activation",
"@maven//:javax_xml_bind_jaxb_api",
"@maven//:org_apache_logging_log4j_log4j_api",
"@maven//:org_apache_logging_log4j_log4j_core",

View file

@ -15,6 +15,7 @@ def gen_java_deps():
"commons-io:commons-io:2.7",
"de.ruedigermoeller:fst:2.57",
"javax.xml.bind:jaxb-api:2.3.0",
"javax.activation:activation:1.1.1",
"org.apache.commons:commons-lang3:3.4",
"org.msgpack:msgpack-core:0.8.20",
"org.ow2.asm:asm:6.0",