@@ -585,6 +585,7 @@ dependencies {
585
585
// used for serializing/deserializing rcf models.
586
586
compile group : ' io.protostuff' , name : ' protostuff-core' , version : ' 1.7.4'
587
587
compile group : ' io.protostuff' , name : ' protostuff-runtime' , version : ' 1.7.4'
588
+ compileOnly group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12.0'
588
589
589
590
compile " org.jacoco:org.jacoco.agent:0.8.5"
590
591
compile (" org.jacoco:org.jacoco.ant:0.8.5" ) {
@@ -602,7 +603,6 @@ dependencies {
602
603
testImplementation group : ' org.powermock' , name : ' powermock-api-support' , version : ' 2.0.2'
603
604
testImplementation group : ' org.powermock' , name : ' powermock-reflect' , version : ' 2.0.7'
604
605
testImplementation group : ' org.objenesis' , name : ' objenesis' , version : ' 3.0.1'
605
- testImplementation group : ' org.javassist' , name : ' javassist' , version : ' 3.27.0-GA'
606
606
testCompile group : ' net.bytebuddy' , name : ' byte-buddy' , version : ' 1.9.15'
607
607
testCompile group : ' net.bytebuddy' , name : ' byte-buddy-agent' , version : ' 1.9.15'
608
608
testCompileOnly ' org.apiguardian:apiguardian-api:1.1.0'
0 commit comments