[FLINK-9629][metrics] Include dependencies in datadog reporter jar This closes #6191.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/afcb513e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/afcb513e Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/afcb513e Branch: refs/heads/master Commit: afcb513e21afaeab7289c0e51222c261d5d0150a Parents: b4574c9 Author: Georgii Gobozov <[email protected]> Authored: Wed Jun 20 17:17:52 2018 -0700 Committer: zentol <[email protected]> Committed: Wed Jun 27 22:01:16 2018 +0200 ---------------------------------------------------------------------- flink-metrics/flink-metrics-datadog/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/afcb513e/flink-metrics/flink-metrics-datadog/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-datadog/pom.xml b/flink-metrics/flink-metrics-datadog/pom.xml index 8614145..da4c2e5 100644 --- a/flink-metrics/flink-metrics-datadog/pom.xml +++ b/flink-metrics/flink-metrics-datadog/pom.xml @@ -66,6 +66,12 @@ under the License. <goal>shade</goal> </goals> <configuration> + <artifactSet> + <includes> + <include>com.squareup.okhttp3:*</include> + <include>com.squareup.okio:*</include> + </includes> + </artifactSet> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <relocations combine.children="append"> <relocation>
