virajjasani commented on PR #2379:
URL: https://github.com/apache/phoenix/pull/2379#issuecomment-4246453571

   @rahulLiving we don't define pom dependency with version on individual 
module poms e.g.
   ```
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk18on</artifactId>
         <version>1.79</version>
         <scope>test</scope>
       </dependency>
   ```
   This dependency with version should not be defined in core or core-server 
poms. We should define the versions/scopes on main pom. On inidividual poms, we 
only need to refer to them, maybe scope is fine but version is not 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]

Reply via email to