Skip to content

Commit c0e1b38

Browse files
authored
IGNITE-28722 Fix broken IgniteCacheConfigVariationsQueryTest (#13179)
1 parent 2603f29 commit c0e1b38

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/indexing/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@
156156
<version>1.19.0</version>
157157
<scope>test</scope>
158158
</dependency>
159+
160+
<dependency>
161+
<groupId>commons-io</groupId>
162+
<artifactId>commons-io</artifactId>
163+
<version>${commons.io.version}</version>
164+
<scope>test</scope>
165+
</dependency>
159166
</dependencies>
160167

161168
<build>

0 commit comments

Comments
 (0)