提交 b2aa1d9e 编写于 作者: M Maximilian Michels

[FLINK-3145][storm] pin Kryo version of transitive dependencies

This closes #1441.
上级 e28b62e0
......@@ -49,6 +49,8 @@ Add the following dependency to your `pom.xml` if you want to execute Storm code
</dependency>
~~~
**Please note**: Do not add `storm-core` as a dependency. It is already included via `flink-storm`.
**Please note**: `flink-storm` is not part of the provided binary Flink distribution.
Thus, you need to include `flink-storm` classes (and their dependencies) in your program jar that is submitted to Flink's JobManager.
See *WordCount Storm* within `flink-storm-examples/pom.xml` for an example how to package a jar correctly.
......
......@@ -35,6 +35,13 @@ under the License.
<packaging>jar</packaging>
<dependencies>
<dependency>
<!-- Together with the dependency management section in flink-parent, this
pins the Kryo version of transitive dependencies to the Flink Kryo version -->
<groupId>com.esotericsoftware.kryo</groupId>
<artifactId>kryo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册