Skip to content

Commit 14d1d4d

Browse files
committed
Using inheritance instead
1 parent 461ee5a commit 14d1d4d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

common/network-yarn/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</excludes>
102102
</filter>
103103
</filters>
104-
<relocations>
104+
<relocations combine.children="append">
105105
<relocation>
106106
<pattern>com.fasterxml.jackson</pattern>
107107
<shadedPattern>${spark.shade.packageName}.com.fasterxml.jackson</shadedPattern>
@@ -116,13 +116,6 @@
116116
<include>io.netty.**</include>
117117
</includes>
118118
</relocation>
119-
<relocation>
120-
<pattern>com.google.common</pattern>
121-
<shadedPattern>${spark.shade.packageName}.guava</shadedPattern>
122-
<includes>
123-
<include>com.google.**</include>
124-
</includes>
125-
</relocation>
126119
</relocations>
127120
</configuration>
128121
<executions>

0 commit comments

Comments
 (0)