You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/09 14:29:57 UTC

[GitHub] rabbah commented on a change in pull request #3570: ArtifactStore implementation for MongoDB

rabbah commented on a change in pull request #3570: ArtifactStore implementation for MongoDB
URL: https://github.com/apache/incubator-openwhisk/pull/3570#discussion_r255300380
 
 

 ##########
 File path: common/scala/build.gradle
 ##########
 @@ -87,12 +87,16 @@ dependencies {
     compile 'io.reactivex:rxjava-reactive-streams:1.2.1'
     compile 'com.microsoft.azure:azure-cosmosdb:2.3.0'
 
+    //for mongo
+    compile 'org.mongodb.scala:mongo-scala-driver_2.12:2.6.0'
 
 Review comment:
   i rebased this pr to master, and resolved conflicts.
   in doing this, i picked up the latest version of the driver which might have been foolish.
   please check it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services