https://bz.apache.org/bugzilla/show_bug.cgi?id=64465
Bug ID: 64465
Summary: Gradle module metadata refers to invalid 'bom'
artifact
Product: JMeter
Version: 5.2.1
Hardware: Macintosh
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.1
JMeter version 5.2.1 and beyond includes an invalid artifact
'org.apache.jmeter:bom' in the Gradle metadata file, which can cause Gradle to
fail with the following error when a dependency on JMeter is present:
Could not find org.apache.jmeter:bom:5.2.1.
Gradle 6.0 publishes Gradle module metadata by default
(https://blog.gradle.org/gradle-metadata-1.0). Since the JMeter project was
upgraded to Gradle 6
(https://github.com/apache/jmeter/commit/6ef7d17fc345117dc61fcaa8603a3c71efd6fed3),
Gradle module metadata has been published in addition to the Maven POM, which
can be seen at
https://repo1.maven.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.2.1/
The Gradle metadata publishing should be fixed such that it doesn't include the
invalid 'bom' artifact.
--
You are receiving this mail because:
You are the assignee for the bug.