Skip to content

Commit

Permalink
Exclude com.sun.jersey from docker-minimal-bundle. (apache#420)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mccheah authored and erikerlandson committed Aug 8, 2017
1 parent fa67455 commit 5fdaa7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<excludes>
<exclude>org.apache.spark:spark-assembly_${scala.binary.version}:pom</exclude>
<exclude>org.spark-project.spark:unused</exclude>
<exclude>com.sun.jersey:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 5fdaa7f

Please sign in to comment.