Hi @vsch ... I upgraded my project from version 0.35.0 to 0.35.6 and am now seeing junit:junit and log4j:log4j in the compile scope:
[INFO] +- com.vladsch.flexmark:flexmark:jar:0.35.6:compile
[INFO] +- com.vladsch.flexmark:flexmark-test-util:jar:0.35.6:compile
[INFO] | \- junit:junit:jar:4.12:compile << -- !!
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- com.vladsch.flexmark:flexmark-util:jar:0.35.6:compile
[INFO] \- log4j:log4j:jar:1.2.17:compile << -- !!
I believe these dependencies were meant to stay in the test scope?
CC // @larrysteinke