PakhomovAlexander commented on code in PR #816:
URL: https://github.com/apache/ignite-3/pull/816#discussion_r885474087
##########
modules/cluster-management/pom.xml:
##########
@@ -49,17 +49,26 @@
<dependency>
<groupId>org.apache.ignite</groupId>
- <artifactId>ignite-rest</artifactId>
+ <artifactId>ignite-vault</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ignite</groupId>
- <artifactId>ignite-vault</artifactId>
+ <artifactId>ignite-rest-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>io.micronaut</groupId>
+ <artifactId>micronaut-http</artifactId>
+ <version>${micronaut.version}</version>
Review Comment:
As for micronaut-bom, it might not pass vulnerabilities checks
https://mvnrepository.com/artifact/io.micronaut/micronaut-bom/3.5.0.
One more thing is that it declares a huge set of dependencies that are not
only micronaut-related. That could be a problem in dependency management.
https://repo1.maven.org/maven2/io/micronaut/micronaut-bom/3.5.0/micronaut-bom-3.5.0.pom
--
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]