Skip to content

Commit dae24bc

Browse files
authored
fix: fix a dependency error (#2406)
1 parent 8e0f694 commit dae24bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

automq_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def cmd(action, cmd_arg, *args, **kwargs):
7070
return
7171

7272
print("*************************************************")
73-
print("*** First command failure occurred here. ***")
73+
print("*** First command failure occurred here. ***")
7474
print("*************************************************")
7575
fail("")
7676

s3stream/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
<artifactId>HdrHistogram</artifactId>
155155
<version>2.2.2</version>
156156
</dependency>
157+
<dependency>
158+
<groupId>com.ibm.async</groupId>
159+
<artifactId>asyncutil</artifactId>
160+
<version>0.1.0</version>
161+
</dependency>
157162
</dependencies>
158163

159164
<build>

0 commit comments

Comments
 (0)