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

[hotfix] remove test scope dependency commons-codec in parent pom #3947

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shawn-Hx
Copy link
Contributor

The commons-codec dependency should not be declared in parent pom with test scope because connector module may depend on it as a transitive dependency, and it will not be packaged into connector jar because it is declared as test scope in parent pom.

@github-actions github-actions bot added the build label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant