zentol commented on a change in pull request #8563: [FLINK-12602][travis] 
Correct the flink pom `artifactId` config and s…
URL: https://github.com/apache/flink/pull/8563#discussion_r295220584
 
 

 ##########
 File path: flink-connectors/flink-sql-connector-kafka-0.10/pom.xml
 ##########
 @@ -41,6 +41,14 @@ under the License.
                        
<artifactId>flink-connector-kafka-0.10_${scala.binary.version}</artifactId>
                        <version>${project.version}</version>
                </dependency>
+               <!--  Due to the scope of `provided` transitive dependencies 
problem,
 
 Review comment:
   > Do you mean that if a flink module depends on another flink module with a 
scala suffix, it is also considered dependent on scala?
   
   Yes. It doesn't matter whether it is provided or not.
   
   The only exception are dependencies with a `test` scope.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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