This is an automated email from the ASF dual-hosted git repository.
vpyatkov 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 a9e3fa1fd5 IGNITE-20791 Fix version conflict in IDEA runner (#2794)
a9e3fa1fd5 is described below
commit a9e3fa1fd5ea44229e74e51a05d9e306912132e5
Author: Cyrill <[email protected]>
AuthorDate: Tue Nov 7 14:42:30 2023 +0300
IGNITE-20791 Fix version conflict in IDEA runner (#2794)
---
modules/cli/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/cli/build.gradle b/modules/cli/build.gradle
index b0461a7f60..2382e8a88c 100644
--- a/modules/cli/build.gradle
+++ b/modules/cli/build.gradle
@@ -114,6 +114,7 @@ dependencies {
integrationTestImplementation libs.awaitility
integrationTestImplementation libs.hamcrest.core
integrationTestImplementation libs.hamcrest.optional
+ integrationTestImplementation libs.micronaut.inject
}
// Use the same logging implementation for ignite components and cli.