You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/12/23 15:55:28 UTC

[GitHub] [pulsar] lihanhui opened a new issue #5922: On the dependencies in the pom.xml files.

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>)**. 
   ![pulsar-pom](https://user-images.githubusercontent.com/4320310/71367272-848d2a00-25df-11ea-92e2-92c2635d08df.png)
   
    
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] jiazhai commented on issue #5922: On the dependencies in the pom.xml files.

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #5922: On the dependencies in the pom.xml files.
URL: https://github.com/apache/pulsar/issues/5922#issuecomment-568640611
 
 
   @lihanhui `<groupId>${project.groupId}</groupId>` Thanks for the checking. Would you like to contribute to make them unify?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] lihanhui commented on issue #5922: On the dependencies in the pom.xml files.

Posted by GitBox <gi...@apache.org>.
lihanhui commented on issue #5922: On the dependencies in the pom.xml files.
URL: https://github.com/apache/pulsar/issues/5922#issuecomment-568958076
 
 
   OK

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services