aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index e414a8bfe6..9c975a45f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2251,17 +2251,6 @@
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>org.spark-project.guava</shadedPattern>
- <excludes>
- <!--
- These classes cannot be relocated, because the Java API exposes the
- "Optional" type; the others are referenced by the Optional class.
- -->
- <exclude>com/google/common/base/Absent*</exclude>
- <exclude>com/google/common/base/Function</exclude>
- <exclude>com/google/common/base/Optional*</exclude>
- <exclude>com/google/common/base/Present*</exclude>
- <exclude>com/google/common/base/Supplier</exclude>
- </excludes>
</relocation>
</relocations>
</configuration>