You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by ch...@apache.org on 2023/03/01 09:05:01 UTC

[incubator-celeborn] branch main updated: [CELEBORN-359] Add ratis-shell to celeborn (#1292)

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c90e0b02 [CELEBORN-359] Add ratis-shell to celeborn (#1292)
4c90e0b02 is described below

commit 4c90e0b02a213c792dc898f4c7d74e673d143648
Author: Angerszhuuuu <an...@gmail.com>
AuthorDate: Wed Mar 1 17:04:57 2023 +0800

    [CELEBORN-359] Add ratis-shell to celeborn (#1292)
---
 master/pom.xml | 4 ++++
 pom.xml        | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/master/pom.xml b/master/pom.xml
index 871bd963d..10512ca26 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -70,6 +70,10 @@
       <groupId>org.apache.ratis</groupId>
       <artifactId>ratis-grpc</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.ratis</groupId>
+      <artifactId>ratis-shell</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 2eee90098..9919015c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,6 +256,11 @@
         <artifactId>ratis-grpc</artifactId>
         <version>${ratis.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.ratis</groupId>
+        <artifactId>ratis-shell</artifactId>
+        <version>${ratis.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-library</artifactId>