Skip to content

Commit 36b980f

Browse files
dubeerabbah
authored andcommitted
Port Controller from Spray to Akka (#2218)
* Port Controller from Spray to Akka * Increase max-connections and Update JSON Unmarshaller
1 parent f599f0c commit 36b980f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ dependencies {
4848
compile 'junit:junit:4.11'
4949
compile 'com.jayway.restassured:rest-assured:2.6.0'
5050
compile 'org.scalatest:scalatest_2.11:3.0.1'
51-
compile 'io.spray:spray-testkit_2.11:1.3.3'
52-
compile 'com.typesafe.akka:akka-testkit_2.11:2.4.16'
5351
compile 'com.google.code.gson:gson:2.3.1'
5452
compile 'org.scalamock:scalamock-scalatest-support_2.11:3.4.2'
55-
53+
compile 'com.typesafe.akka:akka-testkit_2.11:2.4.16'
54+
compile 'com.typesafe.akka:akka-http-testkit_2.11:10.0.9'
5655
compile project(':common:scala')
5756
compile project(':core:controller')
5857
compile project(':core:invoker')

0 commit comments

Comments
 (0)