Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Client: Update Gradle configuration to use testRuntimeOnly for the log4j2 dependencies #140

Closed
Tracked by #69
nathanklick opened this issue Jul 5, 2023 · 1 comment
Assignees
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Milestone

Comments

@nathanklick
Copy link
Member

nathanklick commented Jul 5, 2023

Description

Update the following lines in the build.gradle.kts file for the Helm Client project to use testRuntimeOnly() instead of runtimeOnly():

runtimeOnly(gav("org.apache.logging.log4j"))
runtimeOnly(gav("org.apache.logging.log4j.slf4j2.impl"))
@nathanklick nathanklick added this to the v0.3.0 milestone Jul 5, 2023
@nathanklick nathanklick added the Bug A error that causes the feature to behave differently than what was expected based on design docs label Jul 5, 2023
@nathanklick nathanklick moved this to 🔖 Ready in FST Suite Jul 5, 2023
@jeromy-cannon
Copy link
Contributor

closing, as this is no longer needed after leveraging JCovalent in #141

@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in FST Suite Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants