upgle commented on PR #171:
URL:
https://github.com/apache/openwhisk-runtime-go/pull/171#issuecomment-1203410996
Please add the dependencies explicitly.
```diff
diff --git a/tests/build.gradle b/tests/build.gradle
index de9e0e0..b718fb8 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -34,7 +34,10 @@ tasks.withType(Test) {
}
dependencies {
+ implementation "junit:junit:4.11"
implementation "org.scala-lang:scala-library:${gradle.scala.version}"
+ implementation
"org.scalatest:scalatest_${gradle.scala.depVersion}:3.0.8"
+ implementation
"org.apache.openwhisk:openwhisk-common:${gradle.openwhisk.version}"
implementation
"org.apache.openwhisk:openwhisk-tests:${gradle.openwhisk.version}:tests"
implementation
"org.apache.openwhisk:openwhisk-tests:${gradle.openwhisk.version}:test-sources"
implementation group: 'com.typesafe.akka', name:
"akka-http2-support_${gradle.scala.depVersion}", version:
"${gradle.akka_http.version}"
```
--
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]