Comments
3 comments
-
Hi @MinhThanh
I would recommend checking our documentation from this link:
https://documentation.red-gate.com/fd/getting-started-212140421.html
Have a look through there, and if it doesn't answer all your questions, let me know. -
Hi @Kurt_M
Thanks for the suggestion. But it did not answer the question.
I check the maven central site. And it said flyway-core jar require 2 library gson and jackson-dataformat-toml
https://mvnrepository.com/artifact/org.flywaydb/flyway-core/9.21.0
But I found no official document regarding this. Beside, I can run flyway-core with only gson.
Do you have any official link for the required dependent jar for flyway core? -
Hi @MinhThanh
Our documentation site is what you should reference when setting this up, specifically something like the quickstart guide for maven:
https://documentation.red-gate.com/fd/quickstart-maven-184127578.html
It helps you setup the process, and does reference the dependencies within.
The downloadable .jar files within the documentation site should already contain the necessary dependencies that you've mentioned. This is most likely why it doesn't specifically state the exact dependencies on the website, because they are already bundled in the .jar files.
For example, the links contained within this page:
https://documentation.red-gate.com/fd/api-java-184127629.html
Add comment
Please sign in to leave a comment.
What is the required dependency of flyway API? Is there an official document for that?
Ex: I found no mention of require gson library to run flyway, but apparently without gson flyway will throw error.
Thanks.