Skip to content

Commit

Permalink
fix: 移除milvus-client依赖 TencentBlueKing#2573
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlkl committed Sep 12, 2024
1 parent c68401b commit e44841a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/job/biz-job/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
exclude(group = "org.apache.hadoop")
exclude(group = "org.apache.parquet")
exclude(group = "com.squareup.okhttp3")
exclude(group = "io.grpc")
}
implementation("com.tencent.devops:devops-schedule-common")
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit e44841a

Please sign in to comment.