Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fix ML-commons missing dependency.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Fix `mockito` dependency.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Revert changes in `:opensearch` since it is not needed anymore.

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored and MitchellGale committed Jun 22, 2023
1 parent ecb262d commit dc44fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ dependencies {

testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.12.13'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.2.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.4.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.4.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
}

Expand Down

0 comments on commit dc44fb1

Please sign in to comment.