pan3793 commented on code in PR #52715:
URL: https://github.com/apache/spark/pull/52715#discussion_r2464583757
##########
connector/kinesis-asl/pom.xml:
##########
@@ -69,6 +69,13 @@
<version>${aws.kinesis.producer.version}</version>
<scope>test</scope>
</dependency>
+ <!-- This dependency is necessary for JDK 9 and above -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.1</version>
Review Comment:
root `pom.xml` defines this dep with `<version>2.2.11</version>` in
`dependencyManagement`, does that version work? if so, please remove the
version overriding here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]