This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 6c4e6b0d2c3f413d32b1cb02b45dff5afd6597ce Author: Benoit Tellier <[email protected]> AuthorDate: Mon Nov 2 11:06:43 2020 +0700 [REFACTORING] Relocate SessionRoutes in toutes package --- .../src/main/scala/org/apache/james/jmap/routes/SessionRoutes.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/SessionRoutes.scala b/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/SessionRoutes.scala index 3f9772b..080029d 100644 --- a/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/SessionRoutes.scala +++ b/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/SessionRoutes.scala @@ -32,6 +32,7 @@ import org.apache.james.jmap.exceptions.UnauthorizedException import org.apache.james.jmap.http.Authenticator import org.apache.james.jmap.http.rfc8621.InjectionKeys import org.apache.james.jmap.json.ResponseSerializer +import org.apache.james.jmap.routes.SessionRoutes.{JMAP_SESSION, LOGGER, WELL_KNOWN_JMAP} import org.apache.james.jmap.{Endpoint, JMAPRoute, JMAPRoutes} import org.slf4j.LoggerFactory import play.api.libs.json.Json --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
