twalthr commented on a change in pull request #6958: [FLINK-10687] [table] Make 
flink-formats Scala-free
URL: https://github.com/apache/flink/pull/6958#discussion_r228907041
 
 

 ##########
 File path: flink-formats/flink-avro/pom.xml
 ##########
 @@ -64,16 +64,30 @@ under the License.
 
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       <!-- use a dedicated Scala version to not depend on it 
-->
-                       <artifactId>flink-table_2.11</artifactId>
+                       <artifactId>flink-table-common</artifactId>
                        <version>${project.version}</version>
                        <scope>provided</scope>
-                       <!-- Projects depending on this project, won't depend 
on flink-table. -->
-                       <optional>true</optional>
                </dependency>
 
                <!-- test dependencies -->
 
+               <dependency>
 
 Review comment:
   This dependency is necessary for 
`org.apache.flink.table.descriptors.AvroTest`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to