Skip to content

Commit

Permalink
[FLINK-8265] Missing jackson dependency for flink-mesos
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright authored and aljoscha committed Jan 5, 2018
1 parent 7034e9c commit 9ae4c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flink-mesos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ under the License.
<include>com.google.protobuf:protobuf-java</include>
<include>org.apache.mesos:mesos</include>
<include>com.netflix.fenzo:fenzo-core</include>
<include>com.fasterxml.jackson.core:jackson-core</include>
<include>com.fasterxml.jackson.core:jackson-annotations</include>
<include>com.fasterxml.jackson.core:jackson-databind</include>
</includes>
</artifactSet>
<relocations combine.children="append">
Expand Down

0 comments on commit 9ae4c54

Please sign in to comment.