This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/relocate-workflow-compiling-service in repository https://gitbox.apache.org/repos/asf/texera.git
commit 83e7bbca1711e75fd89f1b304fec584b743e457b Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 11 12:40:10 2025 -0700 chore: move access-control-service --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ec20d4d0a..950dc1325a 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val ConfigService = (project in file("core/config-service")) "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0" ) ) -lazy val AccessControlService = (project in file("core/access-control-service")) +lazy val AccessControlService = (project in file("access-control-service")) .dependsOn(Auth, Config, DAO) .settings( dependencyOverrides ++= Seq(
