srowen commented on a change in pull request #26203: [SPARK-29546][TESTS]
Recover jersey-guava test dependency in docker-integration-tests
URL: https://github.com/apache/spark/pull/26203#discussion_r337515782
##########
File path: external/docker-integration-tests/pom.xml
##########
@@ -106,6 +106,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
+ <artifactId>jersey-guava</artifactId>
+ <version>2.25.1</version>
Review comment:
I see, we can't use jersey.version here. Might be worth a note about why
this dependency is here so that one day we might check and remove it when it's
no longer needed. But as test scope it won't matter much.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]