markusthoemmes commented on a change in pull request #2218: Port Controller
from Spray to Akka
URL:
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r127054156
##########
File path: tests/build.gradle
##########
@@ -57,6 +57,8 @@ dependencies {
compile project(':common:scala')
compile project(':core:controller')
compile project(':core:invoker')
+
+ testCompile 'com.typesafe.akka:akka-http-testkit_2.11:10.0.9'
Review comment:
Above deps are under "compile" for a reason: gradle has its problems sharing
testDeps throughout projects, having them under compile makes them available to
projects depending on tests.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services