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

sarvekshayr 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 e1beff445de HDDS-15173. FSORepairTool throws ClassNotFoundException: 
org.apache.ozone.compaction.log.CompactionLogEntry (#10245)
e1beff445de is described below

commit e1beff445deb2c3d9141d83fe7eeb2bad37119c7
Author: sravani <[email protected]>
AuthorDate: Tue May 12 19:33:59 2026 +0530

    HDDS-15173. FSORepairTool throws ClassNotFoundException: 
org.apache.ozone.compaction.log.CompactionLogEntry (#10245)
---
 hadoop-ozone/cli-repair/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hadoop-ozone/cli-repair/pom.xml b/hadoop-ozone/cli-repair/pom.xml
index cb56bf6d7ce..747693eef26 100644
--- a/hadoop-ozone/cli-repair/pom.xml
+++ b/hadoop-ozone/cli-repair/pom.xml
@@ -149,6 +149,11 @@
       <artifactId>commons-codec</artifactId>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.ozone</groupId>
+      <artifactId>rocksdb-checkpoint-differ</artifactId>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-reload4j</artifactId>
@@ -179,11 +184,6 @@
       <artifactId>hdds-test-utils</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.ozone</groupId>
-      <artifactId>rocksdb-checkpoint-differ</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
   <build>
     <plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to