This is an automated email from the ASF dual-hosted git repository.
mpochatkin 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 2ed6e59a9e7 IGNITE-26627 Fix dependencies for IDEA test runner (#6713)
2ed6e59a9e7 is described below
commit 2ed6e59a9e747b38ff1d68d593aa88fdabc1d69e
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Wed Oct 8 15:33:08 2025 +0300
IGNITE-26627 Fix dependencies for IDEA test runner (#6713)
---
modules/compatibility-tests/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/compatibility-tests/build.gradle
b/modules/compatibility-tests/build.gradle
index 01bd5e83067..2928884d00b 100644
--- a/modules/compatibility-tests/build.gradle
+++ b/modules/compatibility-tests/build.gradle
@@ -35,6 +35,7 @@ dependencies {
testImplementation libs.swagger.parser
integrationTestImplementation libs.netty.common
+ integrationTestImplementation libs.netty.buffer
integrationTestImplementation
testFixtures(project(':ignite-compatibility-tests'))
integrationTestImplementation testFixtures(project(':ignite-core'))