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

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 553921dfa81 IGNITE-26696 Remove unnecessary vault dependency (#6762)
553921dfa81 is described below

commit 553921dfa8168c85d632e531f7cb947b00f73989
Author: Ivan Bessonov <[email protected]>
AuthorDate: Tue Oct 14 12:33:15 2025 +0300

    IGNITE-26696 Remove unnecessary vault dependency (#6762)
---
 modules/system-disaster-recovery-api/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/system-disaster-recovery-api/build.gradle 
b/modules/system-disaster-recovery-api/build.gradle
index 216ab8d9d9a..fcd4125d7dd 100644
--- a/modules/system-disaster-recovery-api/build.gradle
+++ b/modules/system-disaster-recovery-api/build.gradle
@@ -25,7 +25,6 @@ dependencies {
 
     implementation project(':ignite-core')
     implementation project(':ignite-network-api')
-    implementation project(':ignite-vault')
     implementation project(':ignite-raft-api')
     implementation libs.jetbrains.annotations
 }

Reply via email to