Skip to content

Commit

Permalink
try to fix sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Aug 14, 2023
1 parent 8f73fb5 commit 46ebd21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ object CelebornMaster {

object CelebornWorker {
lazy val worker = Project("celeborn-worker", file("worker"))
.dependsOn(CelebornCommon.common, CelebornService.service)
.dependsOn(CelebornCommon.common % "test->test;compile->compile")
.dependsOn(CelebornService.service)
.dependsOn(CelebornClient.client % "test->test;compile->compile")
.dependsOn(CelebornMaster.master % "test->test;compile->compile")
.settings (
Expand Down

0 comments on commit 46ebd21

Please sign in to comment.