Skip to content

Drop dependency on packageurl-java #917

Description

@nscuro

The library is used in a single setter in the Component class:

public void setPurl(PackageURL purl) {
this.purl = purl.canonicalize();
}

Which is purely cosmetic and provides little value.

OTOH, it binds consumers of this library to a specific major version of packageurl-java.
We should keep our dependency footprint slim to only what's needed.

This would be a breaking change because the setter shown above is public.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions