Skip to content

Commit

Permalink
Remove exclusions from milvus-sdk-java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Sep 25, 2024
1 parent 41b5786 commit 04206d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/milvus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ dependencies {
api project(':testcontainers')

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation('io.milvus:milvus-sdk-java:2.4.4') {
exclude(group: 'org.testcontainers', module: 'milvus')
exclude(group: 'org.testcontainers', module: 'junit-jupiter')
}
testImplementation 'io.milvus:milvus-sdk-java:2.4.4'
}

0 comments on commit 04206d9

Please sign in to comment.