|
35 | 35 | </properties> |
36 | 36 |
|
37 | 37 | <dependencies> |
| 38 | + <dependency> |
| 39 | + <groupId>com.spotify</groupId> |
| 40 | + <artifactId>docker-client</artifactId> |
| 41 | + <scope>test</scope> |
| 42 | + </dependency> |
38 | 43 | <dependency> |
39 | 44 | <groupId>org.apache.spark</groupId> |
40 | 45 | <artifactId>spark-core_${scala.binary.version}</artifactId> |
41 | 46 | <version>${project.version}</version> |
| 47 | + <scope>test</scope> |
42 | 48 | </dependency> |
43 | 49 | <dependency> |
44 | 50 | <groupId>org.apache.spark</groupId> |
|
51 | 57 | <groupId>org.apache.spark</groupId> |
52 | 58 | <artifactId>spark-sql_${scala.binary.version}</artifactId> |
53 | 59 | <version>${project.version}</version> |
| 60 | + <scope>test</scope> |
54 | 61 | </dependency> |
55 | 62 | <dependency> |
56 | 63 | <groupId>org.apache.spark</groupId> |
|
65 | 72 | <version>${project.version}</version> |
66 | 73 | <scope>test</scope> |
67 | 74 | </dependency> |
68 | | - <dependency> |
69 | | - <groupId>com.spotify</groupId> |
70 | | - <artifactId>docker-client</artifactId> |
71 | | - <classifier>shaded</classifier> |
72 | | - <scope>test</scope> |
73 | | - </dependency> |
74 | 75 | <!-- Jersey dependencies, used to override version. |
75 | 76 | See https://github.com/apache/spark/pull/9503#issuecomment-154369560 for |
76 | 77 | background on why we need to use a newer Jersey only in this test module; |
|
80 | 81 | <groupId>com.sun.jersey</groupId> |
81 | 82 | <artifactId>jersey-server</artifactId> |
82 | 83 | <version>1.19</version> |
83 | | - <scope>${hadoop.deps.scope}</scope> |
| 84 | + <scope>test</scope> |
84 | 85 | </dependency> |
85 | 86 | <dependency> |
86 | 87 | <groupId>com.sun.jersey</groupId> |
87 | 88 | <artifactId>jersey-core</artifactId> |
88 | 89 | <version>1.19</version> |
89 | | - <scope>${hadoop.deps.scope}</scope> |
| 90 | + <scope>test</scope> |
90 | 91 | </dependency> |
91 | 92 | <dependency> |
92 | 93 | <groupId>com.sun.jersey</groupId> |
93 | 94 | <artifactId>jersey-servlet</artifactId> |
94 | 95 | <version>1.19</version> |
95 | | - <scope>${hadoop.deps.scope}</scope> |
| 96 | + <scope>test</scope> |
96 | 97 | </dependency> |
97 | 98 | <dependency> |
98 | 99 | <groupId>com.sun.jersey</groupId> |
99 | 100 | <artifactId>jersey-json</artifactId> |
100 | 101 | <version>1.19</version> |
| 102 | + <scope>test</scope> |
101 | 103 | <exclusions> |
102 | 104 | <exclusion> |
103 | 105 | <groupId>stax</groupId> |
|
0 commit comments