File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,14 +195,14 @@ dependencies {
195195
196196 implementation " org.slf4j:slf4j-api:$slf4jVersion "
197197 implementation " org.opensearch.client:opensearch-java:$openSearchJavaClientVersion "
198- implementation " org.apache.commons:commons-lang3:$apacheCommonsLangVersion "
199198
200199 implementation " software.amazon.awssdk:http-auth-aws:$awsVersion "
201200 implementation " software.amazon.awssdk:sts:$awsVersion "
202201 implementation " software.amazon.awssdk:apache-client:$awsVersion "
203202
204203 testImplementation platform(" org.junit:junit-bom:${ junitVersion} " )
205204 testImplementation " org.junit.jupiter:junit-jupiter:${ junitVersion} "
205+ testImplementation " org.apache.commons:commons-lang3:$apacheCommonsLangVersion "
206206
207207 testImplementation " org.mockito:mockito-core:${ mockitoVersion} "
208208 testImplementation " org.mockito:mockito-junit-jupiter:${ mockitoVersion} "
You can’t perform that action at this time.
0 commit comments