This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 51880ee4d17e9042f9d81059c7e83b6f6b53b948
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Tue Jun 22 20:08:35 2021 +0200

    [FLINK-23001][build] Fix missing Scala suffix by removing unneeded 
Scala-dependent dependency
---
 flink-formats/flink-avro-glue-schema-registry/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/flink-formats/flink-avro-glue-schema-registry/pom.xml 
b/flink-formats/flink-avro-glue-schema-registry/pom.xml
index 82f2c90..707924c 100644
--- a/flink-formats/flink-avro-glue-schema-registry/pom.xml
+++ b/flink-formats/flink-avro-glue-schema-registry/pom.xml
@@ -166,13 +166,6 @@ under the License.
                </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>
                        <version>${glue.schema.registry.version}</version>

Reply via email to