aicam commented on code in PR #3598:
URL: https://github.com/apache/texera/pull/3598#discussion_r2283130765
##########
core/build.sbt:
##########
@@ -27,6 +27,14 @@ lazy val ConfigService = (project in file("config-service"))
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0"
)
)
+lazy val PermissionService = (project in file("access-control-service"))
+ .dependsOn(Auth, Config)
Review Comment:
Fixed, sorry for missing renaming
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]