Add adapter-pulsar to kafka adapter pom as dependency

This is probably not the best solution. Encapsulating all the common utilities containing all the E2E error detection tooling would be better.
This commit is contained in:
Massimiliano Mirelli 2023-03-01 13:40:30 +02:00
parent 375af41131
commit e6c39e6f5b

View File

@ -76,6 +76,12 @@
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-pulsar</artifactId>
<version>5.17.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>