SignorMercurio commented on code in PR #17198:
URL: https://github.com/apache/pulsar/pull/17198#discussion_r954519348
##########
pulsar-client/pom.xml:
##########
@@ -182,6 +182,12 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.pulsar</groupId>
+ <artifactId>pulsar-broker-common</artifactId>
+ <version>2.11.0-SNAPSHOT</version>
Review Comment:
Do you mean `${project.parent.version}`?
I find this modification is auto performed by the IDE. I changed the version
as well as the location of the dependency in the file.
--
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]