Skip to content

Commit

Permalink
[hotfix][S3] Shade jackson 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 31, 2017
1 parent 95847f4 commit 36b663f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flink-filesystems/flink-s3-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,20 @@ under the License.
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
<!-- The aws-java-sdk-core requires jackson 2.6, but
hadoop pulls in 2.3 -->
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 36b663f

Please sign in to comment.