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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2dbdca8  Update cache-invalidator to use Azure CosmosSDK to v3.5.0 
(#4816)
2dbdca8 is described below

commit 2dbdca8d5b5519e91ad23b9df0ec4abf10f9f555
Author: Andy Steed <[email protected]>
AuthorDate: Thu Feb 6 15:48:59 2020 -0800

    Update cache-invalidator to use Azure CosmosSDK to v3.5.0 (#4816)
---
 core/cosmosdb/cache-invalidator/build.gradle | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/cosmosdb/cache-invalidator/build.gradle 
b/core/cosmosdb/cache-invalidator/build.gradle
index 5a5082c..33d61e1 100644
--- a/core/cosmosdb/cache-invalidator/build.gradle
+++ b/core/cosmosdb/cache-invalidator/build.gradle
@@ -31,8 +31,10 @@ project.archivesBaseName = 
"openwhisk-cache-invalidator-cosmosdb"
 
 dependencies {
     compile "org.scala-lang:scala-library:${gradle.scala.version}"
-    compile project(':common:scala')
-    compile "com.microsoft.azure:azure-cosmos:3.3.0"
+    compile (project(':common:scala')) {
+        exclude group: 'com.microsoft.azure', module:'azure-cosmosdb'
+    }
+    compile "com.microsoft.azure:azure-cosmos:3.5.0"
     compile 
"com.typesafe.akka:akka-stream-kafka_${gradle.scala.depVersion}:${gradle.akka_kafka.version}"
 }
 

Reply via email to