This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
commit d94d1b5a23297e8712b4ad1c6998c7d59c34f1b9 Author: sblackmon <[email protected]> AuthorDate: Thu Aug 20 16:41:10 2020 -0500 include the flink examples in the distribution --- streams-dist/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml index af2472a..9cef4a1 100644 --- a/streams-dist/pom.xml +++ b/streams-dist/pom.xml @@ -57,6 +57,12 @@ under the License. </dependency> <dependency> + <groupId>org.apache.streams.examples</groupId> + <artifactId>streams-example-flink-twitter-collection</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-filters</artifactId> <version>${project.version}</version>
