cbornet commented on issue #14168: URL: https://github.com/apache/pulsar/issues/14168#issuecomment-1061618996
It is possible to use the Pulsar parent POM as a BOM. See for instance how it's done in Pulsar adapters https://github.com/apache/pulsar-adapters/pull/35 . The Parent POM dependencies are imported with ```xml <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar</artifactId> <version>${pulsar.version}</version> <type>pom</type> <scope>import</scope> </dependency> ``` It probably doesn't bring much value to separate it in a distinct POM. So closing for now. Don't hesitate to reopen if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
