aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsureshthalamati <suresh.thalamati@gmail.com>2016-09-19 09:56:16 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-09-19 09:56:16 -0700
commitcdea1d1343d02f0077e1f3c92ca46d04a3d30414 (patch)
tree9b3aca8735addd49f3311d9bc0002b73fe300656 /pom.xml
parentd720a4019460b6c284d0473249303c349df60a1f (diff)
downloadspark-cdea1d1343d02f0077e1f3c92ca46d04a3d30414.tar.gz
spark-cdea1d1343d02f0077e1f3c92ca46d04a3d30414.tar.bz2
spark-cdea1d1343d02f0077e1f3c92ca46d04a3d30414.zip
[SPARK-17473][SQL] fixing docker integration tests error due to different versions of jars.
## What changes were proposed in this pull request? Docker tests are using older version of jersey jars (1.19), which was used in older releases of spark. In 2.0 releases Spark was upgraded to use 2.x verison of Jersey. After upgrade to new versions, docker tests are failing with AbstractMethodError. Now that spark is upgraded to 2.x jersey version, using of shaded docker jars may not be required any more. Removed the exclusions/overrides of jersey related classes from pom file, and changed the docker-client to use regular jar instead of shaded one. ## How was this patch tested? Tested using existing docker-integration-tests Author: sureshthalamati <suresh.thalamati@gmail.com> Closes #15114 from sureshthalamati/docker_testfix-spark-17473.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b514173601..8afc39bb46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -743,7 +743,6 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>docker-client</artifactId>
- <classifier>shaded</classifier>
<version>3.6.6</version>
<scope>test</scope>
<exclusions>