Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 5fdaa7f

Browse files
mccheaherikerlandson
authored andcommitted
Exclude com.sun.jersey from docker-minimal-bundle. (#420)
This probably is not the correct fix long-term as we should find the specific module that is pulling in the bad jersey-1 version. But until we can track down what the specific offending module is, this will have to do.
1 parent fa67455 commit 5fdaa7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resource-managers/kubernetes/docker-minimal-bundle/src/main/assembly/docker-assembly.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<excludes>
7070
<exclude>org.apache.spark:spark-assembly_${scala.binary.version}:pom</exclude>
7171
<exclude>org.spark-project.spark:unused</exclude>
72+
<exclude>com.sun.jersey:*</exclude>
7273
</excludes>
7374
</dependencySet>
7475
</dependencySets>

0 commit comments

Comments
 (0)