Skip to content

Commit

Permalink
[FLINK-7950][build] add flink-queryable-state-runtime as a dependency…
Browse files Browse the repository at this point in the history
… to flink-dist

Since FLINK-7824, flink-queryable-state-runtime's jar file was put into the opt/
folder of flink-dist and is thus required to build as well.

This closes apache#4925.
  • Loading branch information
Nico Kruber authored and kl0u committed Oct 31, 2017
1 parent c568aed commit 27c5ab5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@ under the License.
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-queryable-state-runtime_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<!-- end optional Flink libraries -->

<!-- test dependencies -->
Expand Down

0 comments on commit 27c5ab5

Please sign in to comment.