Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
resolve build for flinkbench streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
henrque committed May 29, 2023
1 parent 54155dd commit a122339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flinkbench/streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-0.8_${scala.binary.version}</artifactId>
<artifactId>flink-connector-kafka-0.8_2.11</artifactId>
<version>${flinkVersion}</version>
<scope>compile</scope>
<exclusions>
Expand All @@ -85,7 +85,7 @@
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
<artifactId>flink-streaming-java_2.11</artifactId>
<version>${flinkVersion}</version>
<scope>compile</scope> <exclusions>
<exclusion>
Expand Down

0 comments on commit a122339

Please sign in to comment.