Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74968719 --- Diff: flink-dist/pom.xml --- @@ -113,8 +113,13 @@ under the License. <artifactId>flink-metrics-jmx</artifactId> <version>${project.version}</version> </dependency> + + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-mesos_2.10</artifactId> + <version>${project.version}</version> + </dependency> --- End diff -- Thought about it but I don't see a good reason. Why that and not for the various connectors and other such non-core modules? I see Kinesis is special cased but for licensing reasons.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---