gaborgsomogyi commented on a change in pull request #27892:
[SPARK-31135][BUILD][TESTS] Upgrdade docker-client version to 8.14.1
URL: https://github.com/apache/spark/pull/27892#discussion_r391755199
##########
File path: pom.xml
##########
@@ -931,7 +931,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>docker-client</artifactId>
- <version>5.0.2</version>
+ <version>8.14.1</version>
Review comment:
Tried it already but getting this:
```
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for
com.spotify:docker-client:jar:shaded is missing. @ line 49, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project
org.apache.spark:spark-docker-integration-tests_2.12:3.1.0-SNAPSHOT
(/Users/gaborsomogyi/spark/external/docker-integration-tests/pom.xml) has 1
error
[ERROR] 'dependencies.dependency.version' for
com.spotify:docker-client:jar:shaded is missing. @ line 49, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
```
Why do we need shaded version?
----------------------------------------------------------------
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]