You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/22 13:29:36 UTC

[GitHub] [spark] srowen commented on a change in pull request #26203: [SPARK-29546][TESTS] Recover jersey-guava test dependency in docker-integration-tests

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org