GitHub user goncalocribeiro edited a comment on the discussion: Importing pulsar-broker:2.9.3 or 2.10.1 maven dependency
Hi Michael, Actually I found out that I only need the pulsar-broker-common dependency, and by excluding the pulsar-zookeeper-utils dependency it works: <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-broker-common</artifactId> <version>2.9.3</version> <exclusions> <exclusion> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-zookeeper-utils</artifactId> </exclusion> </exclusions> </dependency> I've tried before, to execute mvn dependency:tree, but the process just get stuck... so I couldn't get through that. GitHub link: https://github.com/apache/pulsar/discussions/17988#discussioncomment-3861924 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org