[ https://issues.apache.org/jira/browse/FLINK-8007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16278286#comment-16278286 ]
ASF GitHub Bot commented on FLINK-8007: --------------------------------------- Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/5098#discussion_r154890303 --- Diff: flink-metrics/flink-metrics-datadog/pom.xml --- @@ -88,6 +65,7 @@ under the License. <goal>shade</goal> </goals> <configuration> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> --- End diff -- sounds good! > Move TestMeter class to test scope > ---------------------------------- > > Key: FLINK-8007 > URL: https://issues.apache.org/jira/browse/FLINK-8007 > Project: Flink > Issue Type: Bug > Components: Metrics > Affects Versions: 1.4.0, 1.5.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Trivial > Fix For: 1.5.0 > > > The TestMeter class in flink-metrics-core is only for test purposes, but is > not located in the test src directory. -- This message was sent by Atlassian JIRA (v6.4.14#64029)