zhuzhurk commented on a change in pull request #27:
URL: https://github.com/apache/flink-benchmarks/pull/27#discussion_r676468771



##########
File path: pom.xml
##########
@@ -104,7 +104,7 @@ under the License.
 
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       
<artifactId>flink-runtime_${scala.binary.version}</artifactId>
+                       <artifactId>flink-runtime</artifactId>
                        <version>${flink.version}</version>
                        <type>test-jar</type>
                </dependency>

Review comment:
       There are two `flink-streaming-java` dependencies. One of default scope.
   May it be that there are two `flink-runtime` dependencies which was 
introduced by `flink-streaming-java` and this direct `flink-runtime` 
dependency. And conflicts happened?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to