Skip to content

Commit

Permalink
Exclude testcontainers from milvus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jul 11, 2024
1 parent 242e728 commit 90b098b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/milvus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ dependencies {
api project(':testcontainers')

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

0 comments on commit 90b098b

Please sign in to comment.