jenkinsci / hashicorp-vault-plugin

Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.
https://plugins.jenkins.io/hashicorp-vault-plugin/
MIT License
217 stars 143 forks source link

Add Apache Commons Text to dependencies list #335

Open charles-toller opened 3 weeks ago

charles-toller commented 3 weeks ago

Use of StringSubstitutor without a dependency on the Apache Commons Text library causes a ClassNotFoundException on a fresh Jenkins install. This PR adds that dependency to the pom.xml file to alleviate this issue.

Testing done

Automated CI checks; also tested on a fresh Jenkins instance and it resolves the issue listed above.

Submitter checklist