jenkinsci / datadog-plugin

A Jenkins plugin used to forward metrics, events, and service checks to an account at Datadog, automatically.
https://plugins.jenkins.io/datadog/
MIT License
30 stars 48 forks source link

removed posix-api dependency from pom #349

Open dawitgirm opened 1 year ago

dawitgirm commented 1 year ago

Requirements for Contributing to this repository

What does this PR do?

Issue: The jnr-posix-api dependency was added to the jenkins BOM, so this PR removes the redundant dependency linkage in the pom.xml.

Description of the Change

The dependency in the pom.xml was removed.

Alternate Designs

Possible Drawbacks

Verification Process

Passed all local tests and tested manually with a local Jenkins instance using both the agent and HTTP forwarding methods to connect jenkins with Datadog.

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)