You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/07/21 03:23:57 UTC

[GitHub] [openwhisk] ningyougang commented on a diff in pull request #5278: Prepare to integrate new scheduler into apache/openwhisk-deploy-kube

ningyougang commented on code in PR #5278:
URL: https://github.com/apache/openwhisk/pull/5278#discussion_r926218313


##########
core/scheduler/build.gradle:
##########
@@ -66,6 +66,9 @@ dependencies {
 
     compile "org.scala-lang:scala-library:${gradle.scala.version}"
     compile "io.altoo:akka-kryo-serialization_${gradle.scala.depVersion}:1.0.0"
+    compile "com.lightbend.akka.management:akka-management-cluster-http_${gradle.scala.depVersion}:${gradle.akka_management.version}" 

Review Comment:
   @style95 , have no idea why we don't add this 
   ```
   compile "com.lightbend.akka.management:akka-management-cluster-http_${gradle.scala.depVersion}:${gradle.akka_management.version}"
   ```
   @hunhoffe , why do you add this? which code would use this lib?



-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org