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



##########
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:
       So we had 2 different flink-runtime test-jar dependencies on the CP, but 
only one of them could fully work because only 1 version of flink-runtime was 
there.




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