Skip to content

Commit

Permalink
[FLINK-23001][build] Fix missing Scala suffix by removing unneeded Sc…
Browse files Browse the repository at this point in the history
…ala-dependent dependency
  • Loading branch information
StephanEwen committed Jun 23, 2021
1 parent a07450d commit 4985672
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flink-formats/flink-avro-glue-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,6 @@ under the License.
<version>${project.version}</version>
</dependency>

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

<dependency>
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-serde</artifactId>
Expand Down

0 comments on commit 4985672

Please sign in to comment.