gnodet opened a new issue, #5920: URL: https://github.com/apache/rocketmq/issues/5920
I was trying to see if I can fix https://github.com/apache/maven-mvnd/issues/755, but trying to build rocketmq `develop` branch, I have the following problem: ``` [INFO] ----------------< org.apache.rocketmq:rocketmq-common >----------------- [INFO] Building rocketmq-common 5.0.1-SNAPSHOT 5.0.1-SNAPSHOT [2/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-ban-circular-dependencies) @ rocketmq-common --- [WARNING] Dependency convergence error for com.squareup.okhttp3:okhttp:jar:3.6.0:runtime paths to dependency are: +-org.apache.rocketmq:rocketmq-common:jar:5.0.1-SNAPSHOT +-com.alibaba:fastjson:jar:1.2.83:compile +-com.squareup.okhttp3:okhttp:jar:3.6.0:runtime and +-org.apache.rocketmq:rocketmq-common:jar:5.0.1-SNAPSHOT +-io.opentelemetry:opentelemetry-exporter-otlp:jar:1.19.0:compile +-io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.19.0:runtime +-com.squareup.okhttp3:okhttp:jar:4.10.0:runtime [WARNING] Dependency convergence error for commons-logging:commons-logging:jar:1.1.1:runtime paths to dependency are: +-org.apache.rocketmq:rocketmq-common:jar:5.0.1-SNAPSHOT +-com.alibaba:fastjson:jar:1.2.83:compile +-com.squareup.okhttp3:okhttp:jar:3.6.0:runtime +-com.google.android:android:jar:4.1.1.4:runtime +-commons-logging:commons-logging:jar:1.1.1:runtime and +-org.apache.rocketmq:rocketmq-common:jar:5.0.1-SNAPSHOT +-com.alibaba:fastjson:jar:1.2.83:compile +-com.squareup.okhttp3:okhttp:jar:3.6.0:runtime +-com.google.android:android:jar:4.1.1.4:runtime +-org.apache.httpcomponents:httpclient:jar:4.0.1:runtime +-commons-logging:commons-logging:jar:1.1.1:runtime and +-org.apache.rocketmq:rocketmq-common:jar:5.0.1-SNAPSHOT +-commons-validator:commons-validator:jar:1.7:compile +-commons-beanutils:commons-beanutils:jar:1.9.4:compile +-commons-logging:commons-logging:jar:1.2:compile and +-org.apache.rocketmq:rocketmq-common:jar:5.0.1-SNAPSHOT +-commons-validator:commons-validator:jar:1.7:compile +-commons-logging:commons-logging:jar:1.2:compile [ERROR] Rule 1: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message: Failed while enforcing releasability. See above detailed error message. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache RocketMQ 5.0.1-SNAPSHOT 5.0.1-SNAPSHOT: [INFO] [INFO] Apache RocketMQ 5.0.1-SNAPSHOT ..................... SUCCESS [ 1.561 s] [INFO] rocketmq-common 5.0.1-SNAPSHOT ..................... FAILURE [ 0.098 s] [INFO] rocketmq-remoting 5.0.1-SNAPSHOT ................... SKIPPED [INFO] rocketmq-client 5.0.1-SNAPSHOT ..................... SKIPPED [INFO] rocketmq-store 5.0.1-SNAPSHOT ...................... SKIPPED [INFO] rocketmq-srvutil 5.0.1-SNAPSHOT .................... SKIPPED [INFO] rocketmq-filter 5.0.1-SNAPSHOT ..................... SKIPPED [INFO] rocketmq-acl 5.0.1-SNAPSHOT ........................ SKIPPED [INFO] rocketmq-broker 5.0.1-SNAPSHOT ..................... SKIPPED [INFO] rocketmq-tools 5.0.1-SNAPSHOT ...................... SKIPPED [INFO] rocketmq-controller 5.0.1-SNAPSHOT ................. SKIPPED [INFO] rocketmq-namesrv 5.0.1-SNAPSHOT .................... SKIPPED [INFO] rocketmq-proxy 5.0.1-SNAPSHOT ...................... SKIPPED [INFO] rocketmq-container 5.0.1-SNAPSHOT .................. SKIPPED [INFO] rocketmq-test 5.0.1-SNAPSHOT ....................... SKIPPED [INFO] rocketmq-distribution 5.0.1-SNAPSHOT ............... SKIPPED [INFO] rocketmq-openmessaging 5.0.1-SNAPSHOT .............. SKIPPED [INFO] rocketmq-example 5.0.1-SNAPSHOT .................... SKIPPED [INFO] rocketmq-tiered-store 5.0.1-SNAPSHOT ............... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.760 s [INFO] Finished at: 2023-01-24T12:49:06+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-ban-circular-dependencies) on project rocketmq-common: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] ``` -- 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]
