tillrohrmann commented on a change in pull request #11305: 
[FLINK-16410][e2e][build] Add explicit flink-runtime dependency
URL: https://github.com/apache/flink/pull/11305#discussion_r387666202
 
 

 ##########
 File path: flink-end-to-end-tests/flink-end-to-end-tests-common/pom.xml
 ##########
 @@ -55,6 +55,12 @@ under the License.
                        <artifactId>flink-test-utils-junit</artifactId>
                        <scope>compile</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       
<artifactId>flink-runtime_${scala.binary.version}</artifactId>
+                       <version>${project.version}</version>
+                       <scope>compile</scope>
+               </dependency>
 
 Review comment:
   Which change made it necessary to add `flink-runtime` as a compile time 
dependency? Asked differently, where does `PrometheusReporterEndToEndITCase` 
need the `org.apache.flink.runtime.rest.messages.RequestBody`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to