Erro Flyway com Mysql

Olá a todos, estou tentando conectar com minha base em um banco mysql mais esta dando este erro;

[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building bebida 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — flyway-maven-plugin:4.0.3:migrate (default-cli) @ bebida —
[INFO] Flyway 4.0.3 by Boxfuse
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.518 s
[INFO] Finished at: 2016-11-10T19:03:10-03:00
[INFO] Final Memory: 11M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:4.0.3:migrate (default-cli) on project bebida: org.flywaydb.core.api.FlywayException: Unable to obtain Jdbc connection from DataSource (jdbc:mysql://localhost/deposito_bebidas?useSSL=false) for user ‘root’: The server time zone value ‘Hora oficial do Brasil’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

algum amigo poderia me ajudar?

The server time zone value ‘Hora oficial do Brasil’ is unrecognized or represents more than one time zone.

Em algum lugar isso foi configurado e não representa um timezone correto ( tipo Americas/São Paulo )

tem que ver como e porque isso afeta. talvez vc possa omitir o timezone e ver o que acontece ( vai assumir um default talvez)