junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
empty=annotationProcessor,testAnnotationProcessor
Description
Dependencies only with included in
testCompileClasspathandtestRuntimeClasspathshould be marked as development dependencies and only included when --include-dev-deps is specified. The document also needs to be fixed.Discussed in #8750