|
3 | 3 | # This file is expected to be part of source control. |
4 | 4 | ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath |
5 | 5 | ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath |
| 6 | +com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath |
6 | 7 | com.github.javaparser:javaparser-core:3.25.6=codenarc |
7 | 8 | com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath |
8 | 9 | com.github.spotbugs:spotbugs:4.9.8=spotbugs |
@@ -63,9 +64,11 @@ org.ow2.asm:asm:9.9=jacocoAnt,spotbugs |
63 | 64 | org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath |
64 | 65 | org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath |
65 | 66 | org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath |
| 67 | +org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath |
66 | 68 | org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath |
67 | 69 | org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j |
68 | 70 | org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j |
| 71 | +org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath |
69 | 72 | org.spockframework:spock-bom:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath |
70 | 73 | org.spockframework:spock-core:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath |
71 | 74 | org.tabletest:tabletest-junit:1.2.1=compileClasspath,testCompileClasspath,testRuntimeClasspath |
|
0 commit comments