You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2018/01/04 11:00:20 UTC

flink git commit: [FLINK-8265] Missing jackson dependency for flink-mesos

Repository: flink
Updated Branches:
  refs/heads/release-1.4 96051e516 -> 87d8dc1b0


[FLINK-8265] Missing jackson dependency for flink-mesos


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/87d8dc1b
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/87d8dc1b
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/87d8dc1b

Branch: refs/heads/release-1.4
Commit: 87d8dc1b0a1d915912e78d68aa99cf1965299a07
Parents: 96051e5
Author: Eron Wright <er...@gmail.com>
Authored: Wed Dec 27 14:26:47 2017 -0800
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Thu Jan 4 11:59:15 2018 +0100

----------------------------------------------------------------------
 flink-mesos/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/87d8dc1b/flink-mesos/pom.xml
----------------------------------------------------------------------
diff --git a/flink-mesos/pom.xml b/flink-mesos/pom.xml
index d4a0dcc..cbd8a73 100644
--- a/flink-mesos/pom.xml
+++ b/flink-mesos/pom.xml
@@ -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">