This is an automated email from the ASF dual-hosted git repository.

tysonnorris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 56dca59  Update CosmosDB SDK to v 2.4.0 (#4270)
56dca59 is described below

commit 56dca5926f0a733fd7f3e19caca4fbbd667571b7
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Tue Feb 12 08:29:29 2019 -0800

    Update CosmosDB SDK to v 2.4.0 (#4270)
---
 common/scala/build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index 7d14644..fe163de 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -88,7 +88,9 @@ dependencies {
 
     compile 'io.reactivex:rxscala_2.12:0.26.5'
     compile 'io.reactivex:rxjava-reactive-streams:1.2.1'
-    compile 'com.microsoft.azure:azure-cosmosdb:2.3.0'
+    compile ('com.microsoft.azure:azure-cosmosdb:2.4.0'){
+        exclude group: 'commons-logging'
+    }
 
     compile ('com.lightbend.akka:akka-stream-alpakka-s3_2.12:0.19') {
         exclude group: 'commons-logging'

Reply via email to