From 518df090cca5d04fb263dcafb758362b18146268 Mon Sep 17 00:00:00 2001 From: yaoxuwan Date: Tue, 17 Oct 2023 16:11:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20fs-server=E6=94=AF=E6=8C=81=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E4=BC=9A=E8=AF=9D=E7=AE=A1=E7=90=86=20#1275?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/opdata/biz-opdata/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/opdata/biz-opdata/build.gradle.kts b/src/backend/opdata/biz-opdata/build.gradle.kts index 83c4616752..2308bb2bdf 100644 --- a/src/backend/opdata/biz-opdata/build.gradle.kts +++ b/src/backend/opdata/biz-opdata/build.gradle.kts @@ -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")