Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/11223#discussion_r53151822
--- Diff: docker-integration-tests/pom.xml ---
@@ -131,33 +131,27 @@
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
- <!-- Jersey dependencies, used to override version.
- See https://github.com/apache/spark/pull/9503#issuecomment-154369560
for
- background on why we need to use a newer Jersey only in this test
module;
- we can remove this once
https://github.com/spotify/docker-client/pull/272 is
- merged and a new docker-client release is published. -->
<dependency>
- <groupId>com.sun.jersey</groupId>
+ <groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
- <version>1.19</version>
+ <version>2.22.1</version>
--- End diff --
Version should be declared once in `<properties>`, but generally,
dependencies and versions are only managed in the parent POM
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]