yangl opened a new pull request #10979: URL: https://github.com/apache/pulsar/pull/10979
### Motivation ```xml [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.pulsar:pulsar-metadata:jar:2.9.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.awaitility:awaitility:jar -> duplicate declaration of version (?) @ line 76, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] ``` The warn was introduced from this change https://github.com/apache/pulsar/commit/21ea76c15531976326e7319e551646ab698f9bc7 ### Modifications delete the duplicate `awaitility` dependency. -- 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]
