Skip to content

Commit

Permalink
feat: fs-server支持客户端会话管理 #1275
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Oct 17, 2023
1 parent f478159 commit 518df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/opdata/biz-opdata/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
api(project(":common:common-job"))
api(project(":common:common-artifact:artifact-service"))
api(project(":common:common-mongo"))
api(project(":fs:api-fs-sever"))
api(project(":fs:api-fs-server"))
implementation(project(":common:common-notify:notify-service"))
implementation("org.influxdb:influxdb-java")
compileOnly("org.springframework.cloud:spring-cloud-starter-consul-discovery")
Expand Down

0 comments on commit 518df09

Please sign in to comment.