aicam commented on code in PR #3598:
URL: https://github.com/apache/texera/pull/3598#discussion_r2286068869


##########
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:
   Like the above one, its also Github bug that doesn't show changes in 
conversation after new push



-- 
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]

Reply via email to