This is an automated email from the ASF dual-hosted git repository.
dragonyliu pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 8ccde2571 Fix ratis-shell can't work in branch-2 (#775)
8ccde2571 is described below
commit 8ccde25710e7b5796096bd888b50b4822a14f187
Author: Yaolong Liu <[email protected]>
AuthorDate: Fri Nov 4 15:50:42 2022 +0800
Fix ratis-shell can't work in branch-2 (#775)
Co-authored-by: dragonyliu <[email protected]>
---
ratis-shell/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml
index c3b8d5e76..165e6e5b8 100644
--- a/ratis-shell/pom.xml
+++ b/ratis-shell/pom.xml
@@ -34,6 +34,11 @@
<groupId>org.apache.ratis</groupId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <artifactId>ratis-metrics</artifactId>
+ <groupId>org.apache.ratis</groupId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>commons-cli</groupId>