You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/12 16:03:54 UTC

[GitHub] [pulsar] goncalocribeiro edited a comment on the discussion: Importing pulsar-broker:2.9.3 or 2.10.1 maven dependency

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-unsubscribe@pulsar.apache.org