Skip to content

Commit

Permalink
DEVX-533: Implement LoadBalancer Strategy based on annotation
Browse files Browse the repository at this point in the history
- switched on MuxBalancer for the standalone
  • Loading branch information
vrann committed Apr 21, 2021
1 parent 573efc4 commit 0271f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subprojects {
'akka-discovery', 'akka-distributed-data', 'akka-protobuf', 'akka-remote', 'akka-slf4j',
'akka-stream', 'akka-stream-testkit', 'akka-testkit']
def akkaHttp = ['akka-http', 'akka-http-core', 'akka-http-spray-json', 'akka-http-testkit', 'akka-http-xml',
'akka-parsing']
'akka-http2-support', 'akka-parsing']

akka.forEach {
cons.add('compile', "com.typesafe.akka:${it}_${gradle.scala.depVersion}:${gradle.akka.version}")
Expand Down

0 comments on commit 0271f1a

Please sign in to comment.