PakhomovAlexander commented on code in PR #1733:
URL: https://github.com/apache/ignite-3/pull/1733#discussion_r1126276855


##########
modules/code-deployment/build.gradle:
##########
@@ -26,8 +26,12 @@ dependencies {
     annotationProcessor project(':ignite-configuration-annotation-processor')
     annotationProcessor project(':ignite-network-annotation-processor')
     annotationProcessor libs.auto.service
+    annotationProcessor libs.micronaut.inject.annotation.processor
+
 
     implementation libs.auto.service.annotations
+    implementation libs.micronaut.http.core
+    implementation libs.micronaut.http.server.core

Review Comment:
   Since you've moved the controller to `rest-api` I don't think we need these 
micronaut dependencies anymore.



-- 
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]

Reply via email to