mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-23 15:40:44 -06:00
Add comment explaining why pulsar-adapter dep is needed
This commit is contained in:
parent
4b5776d720
commit
31fe98b402
@ -76,6 +76,7 @@
|
|||||||
<artifactId>commons-configuration2</artifactId>
|
<artifactId>commons-configuration2</artifactId>
|
||||||
<version>2.8.0</version>
|
<version>2.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- This is needed in order to re-use the utilities tracking the end-to-end error metrics of the Pulsar adapter -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>adapter-pulsar</artifactId>
|
<artifactId>adapter-pulsar</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user