Skip to content

Commit

Permalink
Add modules to core modules (apache#7566)
Browse files Browse the repository at this point in the history
* bouncy-castle
* pulsar-discovery-service
* pulsar-broker-auth-sasl
* pulsar-client-auth-sasl

Co-authored-by: Ali Ahmed <[email protected]>
  • Loading branch information
aahmed-se and Ali Ahmed authored Jul 16, 2020
1 parent 19d27ec commit 73f3632
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,8 @@ flexible messaging model and an intuitive client API.</description>
<module>pulsar-zookeeper-utils</module>
<module>pulsar-testclient</module>
<module>pulsar-zookeeper</module>
<module>pulsar-broker-auth-sasl</module>
<module>pulsar-client-auth-sasl</module>

<!-- transaction related modules -->
<module>pulsar-transaction</module>
Expand All @@ -1809,6 +1811,9 @@ flexible messaging model and an intuitive client API.</description>
<!-- connector-related modules -->
<module>pulsar-io</module>

<!-- Bouncy Castle Provider loaders-->
<module>bouncy-castle</module>

<module>pulsar-client-messagecrypto-bc</module>

<!-- all these modules should be put at the end in this exact sequence -->
Expand Down

0 comments on commit 73f3632

Please sign in to comment.