This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 48062a5708 [HUDI-4166] Added SimpleClient plugin for integ test (#5710)
48062a5708 is described below
commit 48062a570817ba776f23ff95963d540fddbe1eac
Author: uday08bce <[email protected]>
AuthorDate: Sat May 28 17:20:52 2022 +0200
[HUDI-4166] Added SimpleClient plugin for integ test (#5710)
---
packaging/hudi-integ-test-bundle/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/packaging/hudi-integ-test-bundle/pom.xml
b/packaging/hudi-integ-test-bundle/pom.xml
index ce18681fc2..ad435967a4 100644
--- a/packaging/hudi-integ-test-bundle/pom.xml
+++ b/packaging/hudi-integ-test-bundle/pom.xml
@@ -174,6 +174,12 @@
<include>org.apache.curator:curator-framework</include>
<include>org.apache.curator:curator-client</include>
<include>org.apache.curator:curator-recipes</include>
+
+ <include>io.prometheus:simpleclient</include>
+ <include>io.prometheus:simpleclient_httpserver</include>
+ <include>io.prometheus:simpleclient_dropwizard</include>
+ <include>io.prometheus:simpleclient_pushgateway</include>
+ <include>io.prometheus:simpleclient_common</include>
</includes>
</artifactSet>
<relocations>