File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,10 @@ dependencies {
64
64
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.11.1'
65
65
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1'
66
66
implementation ' org.slf4j:slf4j-api:1.7.30'
67
- implementation ' org.javatuples:javatuples:1.2'
68
67
69
- // Use JUnit test framework
70
- testImplementation ' software.amazon.awssdk:cloudwatch:2.13.54'
71
68
testImplementation ' junit:junit:4.13'
72
69
testImplementation ' org.apache.commons:commons-lang3:3.10'
70
+ testImplementation ' org.javatuples:javatuples:1.2'
73
71
testImplementation " org.mockito:mockito-core:2.+"
74
72
testImplementation " org.powermock:powermock-module-junit4:2.0.2"
75
73
testImplementation " org.powermock:powermock-api-mockito2:2.0.2"
You can’t perform that action at this time.
0 commit comments