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

junit should be a test scoped dependency #85

Open
mweirauch opened this issue Jan 23, 2025 · 0 comments
Open

junit should be a test scoped dependency #85

mweirauch opened this issue Jan 23, 2025 · 0 comments
Labels

Comments

@mweirauch
Copy link

mweirauch commented Jan 23, 2025

What happened?

Description

The POM should declare the junit dependency in test scope because it is only required by test sources:

<scope>test</scope>

I haven't checked other logzio appender projects whether they share the same issue.

Expected Result

junit is not exported as a transitive dependency.

Actual Result

junit is exported as a transitive dependency.

How can we reproduce it?

  1. mvn dependency:tree

Environment information

Environment

Version: 2.2.0

@mweirauch mweirauch added the bug label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant