timoninmaxim commented on a change in pull request #8206:
URL: https://github.com/apache/ignite/pull/8206#discussion_r501070383



##########
File path: modules/indexing/pom.xml
##########
@@ -133,6 +133,14 @@
             <version>${guava.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>

Review comment:
       Unfortunately it's required. By some reason, `ClientTestSuite` lives in 
the indexing module while some tests (including `ReliableChannelTest` that is a 
part of the suite) are in the core module. So all dependencies that are 
required for tests in the core must be set within the indexing module too.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to