Skip to content

Commit

Permalink
[FLINK-7842] [build] Shade org.codehouse.jackson in Hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Oct 14, 2017
1 parent e17730c commit 438ee26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flink-shaded-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ under the License.
<include>net.java.dev.jets3t:jets3t</include>
<include>org.apache.httpcomponents:*</include>
<include>commons-httpclient:commons-httpclient</include>
<include>org.codehaus.jackson:*</include>
</includes>
<excludes>
<exclude>org.slf4j:*</exclude>
Expand Down Expand Up @@ -162,6 +163,10 @@ under the License.
<pattern>org.htrace</pattern>
<shadedPattern>org.apache.flink.hadoop.shaded.org.htrace</shadedPattern>
</relocation>
<relocation>
<pattern>org.codehaus.jackson</pattern>
<shadedPattern>org.apache.flink.hadoop.shaded.org.codehaus.jackson</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 438ee26

Please sign in to comment.