This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit e7ea3d6d04f01da70619b6bb1ca0da07cdff8f20 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 47678b62..12345d77 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>
