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

dragonyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new ca6c0819 RATIS-1623. Remove guava.version from ratis-shell/pom.xml. 
(#681)
ca6c0819 is described below

commit ca6c0819e8a491453fab87c849d8d75e9c687e1b
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Wed Jul 13 19:32:27 2022 -0700

    RATIS-1623. Remove guava.version from ratis-shell/pom.xml. (#681)
---
 ratis-shell/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml
index 96a6d7b1..bc66ba5a 100644
--- a/ratis-shell/pom.xml
+++ b/ratis-shell/pom.xml
@@ -23,10 +23,6 @@
   <artifactId>ratis-shell</artifactId>
   <name>Apache Ratis Shell</name>
 
-  <properties>
-    <guava.version>29.0-jre</guava.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <artifactId>ratis-client</artifactId>
@@ -36,18 +32,6 @@
       <artifactId>ratis-common</artifactId>
       <groupId>org.apache.ratis</groupId>
     </dependency>
-    <dependency>
-      <artifactId>ratis-grpc</artifactId>
-      <groupId>org.apache.ratis</groupId>
-    </dependency>
-    <dependency>
-      <artifactId>ratis-metrics</artifactId>
-      <groupId>org.apache.ratis</groupId>
-    </dependency>
-    <dependency>
-      <artifactId>ratis-server-api</artifactId>
-      <groupId>org.apache.ratis</groupId>
-    </dependency>
 
     <dependency>
       <groupId>commons-cli</groupId>
@@ -58,11 +42,6 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>runtime</scope>
-    </dependency>
     <dependency>
       <groupId>org.reflections</groupId>
       <artifactId>reflections</artifactId>

Reply via email to