Skip to content

Commit

Permalink
[FLINK-7131] [streaming] Include WordCountData in example jars
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jul 12, 2017
1 parent 6522065 commit 8987df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flink-examples/flink-examples-streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ under the License.
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
<includes>org/apache/flink/examples/java/wordcount/util/WordCountData.class</includes>
<includes>org/apache/flink/streaming/examples/wordcount/util/WordCountData.class</includes>
</artifactItem>
<!-- For JSON utilities -->
<artifactItem>
Expand Down Expand Up @@ -256,7 +256,7 @@ under the License.
<includes>
<include>org/apache/flink/streaming/examples/wordcount/PojoExample.class</include>
<include>org/apache/flink/streaming/examples/wordcount/PojoExample$*.class</include>
<include>org/apache/flink/examples/java/wordcount/util/WordCountData.class</include>
<include>org/apache/flink/streaming/examples/wordcount/util/WordCountData.class</include>
</includes>
</configuration>
</execution>
Expand All @@ -280,7 +280,7 @@ under the License.
<includes>
<include>org/apache/flink/streaming/examples/wordcount/WordCount.class</include>
<include>org/apache/flink/streaming/examples/wordcount/WordCount$*.class</include>
<include>org/apache/flink/examples/java/wordcount/util/WordCountData.class</include>
<include>org/apache/flink/streaming/examples/wordcount/util/WordCountData.class</include>
</includes>
</configuration>
</execution>
Expand Down

0 comments on commit 8987df5

Please sign in to comment.