eolivelli commented on issue #15346:
URL: https://github.com/apache/pulsar/issues/15346#issuecomment-1110791071

   thanks @lhotari 
   
   Adding this to my pom.xml unblocked the situation.
   
   ```
         <dependency>
           <groupId>org.apache.pulsar</groupId>
           <artifactId>pulsar</artifactId>
           <version>${pulsar.version}</version>
           <type>pom</type>
           <scope>import</scope>
         </dependency>
   ```
   
   But I believe we have to fix the problem, otherwise many users will fall 
into troubles while updating their code.
   It is very common to depend on pulsar-broker at least for tests


-- 
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]

Reply via email to