lhotari opened a new pull request, #23440:
URL: https://github.com/apache/pulsar/pull/23440

   ### Motivation
   
   Pulsar maven build shows some warning at the beginning:
   ```
   [WARNING] Some problems were encountered while building the effective model 
for org.apache.pulsar:pulsar-common:jar:4.0.0-SNAPSHOT
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: com.google.re2j:re2j:jar -> duplicate declaration of version 
(?) @ line 250, column 17
   [WARNING]
   [WARNING] Some problems were encountered while building the effective model 
for org.apache.pulsar:pulsar-client-tools:jar:4.0.0-SNAPSHOT
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: ${project.groupId}:pulsar-cli-utils:jar -> duplicate 
declaration of version ${project.version} @ line 79, column 16
   [WARNING]
   ```
   
   ### Modifications
   
   - fix the warnings by removing the duplicate dependencies
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->


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