File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ dependencies {
74
74
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0'
75
75
testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
76
76
testImplementation ' org.junit.vintage:junit-vintage-engine:5.9.0'
77
- testImplementation ' org.apache.commons:commons-lang3:3.12.0'
78
77
testImplementation " org.mockito:mockito-core:2.+"
79
78
testImplementation " org.powermock:powermock-module-junit4:2.0.2"
80
79
testImplementation " org.powermock:powermock-api-mockito2:2.0.2"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
27
27
implementation " org.apache.logging.log4j:log4j-api:2.13.3"
28
28
implementation " org.apache.logging.log4j:log4j-core:2.13.3"
29
29
implementation " org.apache.logging.log4j:log4j-slf4j-impl:2.13.3"
30
+ implementation ' org.apache.commons:commons-lang3:3.12.0'
30
31
}
31
32
32
33
jar {
You can’t perform that action at this time.
0 commit comments