Skip to content

Commit f31b407

Browse files
committed
fixed resilience tests
1 parent b6b54bd commit f31b407

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resilience-tests/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
</dependency>
2424
<dependency>
2525
<groupId>com.arangodb</groupId>
26-
<artifactId>jackson-dataformat-velocypack</artifactId>
26+
<artifactId>vst-protocol</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>com.arangodb</groupId>
30+
<artifactId>jackson-serde-vpack</artifactId>
2731
</dependency>
2832
<dependency>
2933
<groupId>eu.rekawek.toxiproxy</groupId>

0 commit comments

Comments
 (0)