ascherbakoff commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r756894507
##########
File path: modules/schema/pom.xml
##########
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.ignite</groupId>
- <artifactId>ignite-metastorage</artifactId>
+ <artifactId>ignite-configuration</artifactId>
Review comment:
Such dependency already presents:
<!-- Test dependencies -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-configuration</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Having two dependencies seems weird to me, but I'm not a good person to fix
maven issues.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]