sashapolo commented on a change in pull request #130:
URL: https://github.com/apache/ignite-3/pull/130#discussion_r637589758
##########
File path: modules/network/pom.xml
##########
@@ -48,6 +48,11 @@
<artifactId>ignite-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.ignite</groupId>
+ <artifactId>ignite-network-messages</artifactId>
Review comment:
How is that going to help? "Compile" scope is transitive, so this
processor will be visible to the client code in your approach as well. Or am I
missing something here?
--
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]