Closed
Description
The Java Library Best Practices site recommends multi-module projects should publish a Bill of Materials (BOM): https://jlbp.dev/JLBP-15.html
This would make it easier for projects to use AsyncHttpClient artifacts, because they would only need to add a single entry to their dependency management, like this:
<dependencyManagement>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-bom</artifactId>
<version>2.10.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencyManagement>
Metadata
Metadata
Assignees
Labels
No labels