Skip to content

Provide a Bill of Materials (BOM) artifact #1679

Closed
@breun

Description

@breun

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions