XComp commented on a change in pull request #17928:
URL: https://github.com/apache/flink/pull/17928#discussion_r757701025



##########
File path: flink-test-utils-parent/flink-test-utils/pom.xml
##########
@@ -57,6 +57,14 @@ under the License.
                        <scope>compile</scope>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-core</artifactId>

Review comment:
       Correct. There was a compilation error in `JMXJobManagerMetricTest` 
after moving `TestingUtils` into `flink-core`. Providing `flink-core` as an 
explicit dependency in `flink-test-utils` solved the issue.

##########
File path: flink-test-utils-parent/flink-test-utils/pom.xml
##########
@@ -57,6 +57,14 @@ under the License.
                        <scope>compile</scope>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-core</artifactId>

Review comment:
       Correct. There was a compilation error in `JMXJobManagerMetricTest` 
after moving `TestingUtils` into `flink-core`. Providing `flink-core` as an 
explicit test dependency in `flink-test-utils` solved the issue.




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