Skip to content

Commit

Permalink
Using inheritance instead
Browse files Browse the repository at this point in the history
  • Loading branch information
markgrover committed May 16, 2017
1 parent 461ee5a commit 14d1d4d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions common/network-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</excludes>
</filter>
</filters>
<relocations>
<relocations combine.children="append">
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>${spark.shade.packageName}.com.fasterxml.jackson</shadedPattern>
Expand All @@ -116,13 +116,6 @@
<include>io.netty.**</include>
</includes>
</relocation>
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>${spark.shade.packageName}.guava</shadedPattern>
<includes>
<include>com.google.**</include>
</includes>
</relocation>
</relocations>
</configuration>
<executions>
Expand Down

0 comments on commit 14d1d4d

Please sign in to comment.