Skip to content

Commit

Permalink
[hotfix] Add Scala binary version suffix to flink-sql-client dependen…
Browse files Browse the repository at this point in the history
…cy in flink-dist/pom.xml
  • Loading branch information
tillrohrmann committed Oct 31, 2018
1 parent e7b7393 commit f4f9416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ under the License.

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-sql-client</artifactId>
<artifactId>flink-sql-client_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit f4f9416

Please sign in to comment.