Skip to content

Commit

Permalink
[Build] Add storage module dependency to kernel-defaults
Browse files Browse the repository at this point in the history
## Description
Build changes from PR: delta-io#2770
  • Loading branch information
vkorukanti authored Mar 22, 2024
1 parent 90b98e3 commit 9e74e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ lazy val kernelApi = (project in file("kernel/kernel-api"))

lazy val kernelDefaults = (project in file("kernel/kernel-defaults"))
.dependsOn(kernelApi)
.dependsOn(storage)
.dependsOn(spark % "test->test")
.dependsOn(goldenTables % "test")
.settings(
Expand Down

0 comments on commit 9e74e56

Please sign in to comment.