From e6c39e6f5b228e712d38f2b88ffde0b7164ae960 Mon Sep 17 00:00:00 2001 From: Massimiliano Mirelli Date: Wed, 1 Mar 2023 13:40:30 +0200 Subject: [PATCH] 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. --- adapter-kafka/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adapter-kafka/pom.xml b/adapter-kafka/pom.xml index 22f77558e..671658c04 100644 --- a/adapter-kafka/pom.xml +++ b/adapter-kafka/pom.xml @@ -76,6 +76,12 @@ commons-configuration2 2.8.0 + + io.nosqlbench + adapter-pulsar + 5.17.2-SNAPSHOT + compile +