Skip to content

Commit e1e09a4

Browse files
committed
cleanup dependencies
1 parent 8cd1bc8 commit e1e09a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ dependencies {
6464
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.11.1'
6565
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1'
6666
implementation 'org.slf4j:slf4j-api:1.7.30'
67-
implementation 'org.javatuples:javatuples:1.2'
6867

69-
// Use JUnit test framework
70-
testImplementation 'software.amazon.awssdk:cloudwatch:2.13.54'
7168
testImplementation 'junit:junit:4.13'
7269
testImplementation 'org.apache.commons:commons-lang3:3.10'
70+
testImplementation 'org.javatuples:javatuples:1.2'
7371
testImplementation "org.mockito:mockito-core:2.+"
7472
testImplementation "org.powermock:powermock-module-junit4:2.0.2"
7573
testImplementation "org.powermock:powermock-api-mockito2:2.0.2"

0 commit comments

Comments
 (0)