Ma77Ball commented on code in PR #5672:
URL: https://github.com/apache/texera/pull/5672#discussion_r3408779277
##########
access-control-service/src/main/scala/org/apache/texera/service/AccessControlService.scala:
##########
@@ -23,7 +23,7 @@ import io.dropwizard.auth.AuthDynamicFeature
import io.dropwizard.configuration.{EnvironmentVariableSubstitutor,
SubstitutingSourceProvider}
import io.dropwizard.core.Application
import io.dropwizard.core.setup.{Bootstrap, Environment}
-import org.apache.texera.amber.config.StorageConfig
+import org.apache.texera.config.StorageConfig
Review Comment:
Done. Everything in `common/config` is now
`org.apache.texera.common.config`, and all dependent modules compile.
--
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]