junyuc25 commented on code in PR #43736:
URL: https://github.com/apache/spark/pull/43736#discussion_r1400347383
##########
connector/kinesis-asl/pom.xml:
##########
@@ -76,6 +76,12 @@
<artifactId>jackson-dataformat-cbor</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${jaxb-api.version}</version>
+ <scope>test</scope>
+ </dependency>
Review Comment:
This test dependency is only needed for those tests that would incur billing
cost, which are not executed by default. I removed it from this PR.
--
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]