Add comment explaining why pulsar-adapter dep is needed

This commit is contained in:
Massimiliano Mirelli 2023-03-01 18:04:11 +02:00
parent 4b5776d720
commit 31fe98b402

View File

@ -76,6 +76,7 @@
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
</dependency>
<!-- This is needed in order to re-use the utilities tracking the end-to-end error metrics of the Pulsar adapter -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>adapter-pulsar</artifactId>