lihanhui opened a new issue #5922: On the dependencies in the pom.xml files. URL: https://github.com/apache/pulsar/issues/5922 **Describe the bug** Most of pom.xml files, in which some dependencies on the pulsar itself are written as following: ...... \<dependency> \<groupId>org.apache.pulsar\</groupId> // **THIS LINE** \<artifactId>pulsar------\</artifactId> \<version>${project.version}\</version> \</dependency> ...... But most of them are like this: \<dependency> \<groupId>${project.groupId}\</groupId> // **THIS LINE** \<artifactId>pulsar------\</artifactId> \<version>${project.version}\</version> \</dependency> **Although both of them work, why not use JUST one of them (e.g. \<groupId>${project.groupId}\</groupId>)**. 
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
