Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 373a374

Browse files
authored
Update to azure-storage-blob:12.7.0. (#88)
The version 12.6.0 of azure-storage-blob was removed from maven central. Patching the code to use 12.7.0 instead. Adapting to an updated version of apache/openwhisk takes some more effort and will be done later on.
1 parent 05a5a4d commit 373a374

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/travis/setup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ cd $HOMEDIR
1414
git clone https://github.com/apache/openwhisk.git openwhisk
1515
cd openwhisk
1616
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
17-
# Commit: Update the notice year (#5122)
17+
# Commit: Update the notice year (#5122)
1818
git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf
1919

20+
# Work around for the missing azure-storage-blob:12.6.0 issue.
21+
# Version 12.6.0 was removed from maven central. Patching the code to use 12.7.0 instead.
22+
# Adapting to an updated version of apache/openwhisk takes some more effort and will be done later on.
23+
echo "Update openwhisk/common/scala/build.gradle to azure-storage-blob:12.7.0"
24+
sed -i "s/com\.azure:azure-storage-blob:12\.6\.0/com.azure:azure-storage-blob:12.7.0/" common/scala/build.gradle
2025

2126
./tools/travis/setup.sh
2227

0 commit comments

Comments
 (0)