We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @vsch, I just upgraded my project to 0.60.2 and it looks like junit:junit:4.12 is incorrectly in the compile scope of flexmark-util:
0.60.2
junit:junit:4.12
compile
flexmark-util
flexmark-java/flexmark-util/pom.xml
Lines 71 to 74 in 9b3c0be
I assume this is not intentional, and this dependency should be in the test scope instead?
test
Related:
The text was updated successfully, but these errors were encountered:
JUnit is in the compile scope (vsch#385)
aebfa54
Opened PR #387 to correct this.
Sorry, something went wrong.
JUnit is in the compile scope (#385) (#387)
9dab658
Fixed with #387.
No branches or pull requests
Hi @vsch, I just upgraded my project to
0.60.2
and it looks likejunit:junit:4.12
is incorrectly in thecompile
scope offlexmark-util
:flexmark-java/flexmark-util/pom.xml
Lines 71 to 74 in 9b3c0be
I assume this is not intentional, and this dependency should be in the
test
scope instead?Related:
The text was updated successfully, but these errors were encountered: