jenkinsci / audit-log-plugin

Audit logging plugin for Jenkins based on Apache Log4j Audit
https://plugins.jenkins.io/audit-log/
MIT License
20 stars 22 forks source link

Replace Jackson dependency with plugin #57

Closed jvz closed 5 years ago

jvz commented 5 years ago

This uses the Jenkins plugin that bundles Jackson in order to avoid having to upgrade outdated versions of Jackson in every plugin that uses it.

This closes #56.