Skip to content

Commit

Permalink
[FLINK-13737][flink-dist] Added examples-table to flink-dist dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
dawidwys committed Aug 16, 2019
1 parent 7ed0df0 commit 95e3f88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ under the License.
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples-table_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<!--
The following dependencies are packaged in 'opt/'
The scope of these dependencies needs to be 'provided' so that
Expand Down

0 comments on commit 95e3f88

Please sign in to comment.