Skip to content

Commit

Permalink
[hotfix][build] Set flink-shaded-jackson to provided
Browse files Browse the repository at this point in the history
This closes apache#5539.
  • Loading branch information
zentol committed Feb 21, 2018
1 parent 99c2556 commit 3d22f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flink-libraries/flink-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-mesos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 3d22f7c

Please sign in to comment.