This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new c0e1b38423f IGNITE-28722 Fix broken
IgniteCacheConfigVariationsQueryTest (#13179)
c0e1b38423f is described below
commit c0e1b38423f8d789d74fb7f0ea1eff43d5a79b09
Author: Dmitry Werner <[email protected]>
AuthorDate: Tue May 26 12:50:00 2026 +0500
IGNITE-28722 Fix broken IgniteCacheConfigVariationsQueryTest (#13179)
---
modules/indexing/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index e718be452c0..ab3c2ed786c 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -156,6 +156,13 @@
<version>1.19.0</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>${commons.io.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>