upgle commented on PR #73:
URL: 
https://github.com/apache/openwhisk-runtime-ruby/pull/73#issuecomment-1203428121

   @Luke-Roy-IBM Please add the dependencies as well. The core project uses 
`implementation` instead of `compile` as well, so it no longer shares 
dependencies with sub project.
   
   ```diff
    }
    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]

Reply via email to