File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ dependencies {
7474 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0'
7575 testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
7676 testImplementation ' org.junit.vintage:junit-vintage-engine:5.9.0'
77- testImplementation ' org.apache.commons:commons-lang3:3.12.0'
7877 testImplementation " org.mockito:mockito-core:2.+"
7978 testImplementation " org.powermock:powermock-module-junit4:2.0.2"
8079 testImplementation " org.powermock:powermock-api-mockito2:2.0.2"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
2727 implementation " org.apache.logging.log4j:log4j-api:2.13.3"
2828 implementation " org.apache.logging.log4j:log4j-core:2.13.3"
2929 implementation " org.apache.logging.log4j:log4j-slf4j-impl:2.13.3"
30+ implementation ' org.apache.commons:commons-lang3:3.12.0'
3031}
3132
3233jar {
You can’t perform that action at this time.
0 commit comments