This is an automated email from the ASF dual-hosted git repository.
ritesh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 9047dec34d HDDS-10999. Remove dependency on ratis-server from Ozone
Client (#6800)
9047dec34d is described below
commit 9047dec34dc44068b9c12c815ede92a931a2ab19
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jun 11 01:51:27 2024 +0200
HDDS-10999. Remove dependency on ratis-server from Ozone Client (#6800)
---
hadoop-hdds/common/pom.xml | 12 +-----------
pom.xml | 5 +++++
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml
index 2e0c96ac1d..41708e5c00 100644
--- a/hadoop-hdds/common/pom.xml
+++ b/hadoop-hdds/common/pom.xml
@@ -96,18 +96,8 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
</dependency>
<dependency>
- <artifactId>ratis-server</artifactId>
+ <artifactId>ratis-server-api</artifactId>
<groupId>org.apache.ratis</groupId>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-reload4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk18on</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<artifactId>ratis-metrics-dropwizard3</artifactId>
diff --git a/pom.xml b/pom.xml
index 9e02b1834e..ddc7054cd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -688,8 +688,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<version>${ratis.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-client</artifactId>
+ <version>${ratis.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.ratis</groupId>
+ <artifactId>ratis-server-api</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]