提交 63f353ff 编写于 作者: Z zentol

[FLINK-9801][build] Add missing example dependencies to flink-dist

This closes #6304.
上级 40f9131e
...@@ -193,6 +193,20 @@ under the License. ...@@ -193,6 +193,20 @@ under the License.
they are not included into the 'flink-dist' uber jar. they are not included into the 'flink-dist' uber jar.
--> -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples-batch_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples-streaming_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.apache.flink</groupId> <groupId>org.apache.flink</groupId>
<artifactId>flink-gelly-examples_${scala.binary.version}</artifactId> <artifactId>flink-gelly-examples_${scala.binary.version}</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册