We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461ee5a commit 14d1d4dCopy full SHA for 14d1d4d
common/network-yarn/pom.xml
@@ -101,7 +101,7 @@
101
</excludes>
102
</filter>
103
</filters>
104
- <relocations>
+ <relocations combine.children="append">
105
<relocation>
106
<pattern>com.fasterxml.jackson</pattern>
107
<shadedPattern>${spark.shade.packageName}.com.fasterxml.jackson</shadedPattern>
@@ -116,13 +116,6 @@
116
<include>io.netty.**</include>
117
</includes>
118
</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>
126
</relocations>
127
</configuration>
128
<executions>
0 commit comments