Flyway API dependency
MinhThanh
Posts: 3 New member
Hi all,
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.
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.
Tagged:
Answers
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.
Kind regards,
Kurt McCormick
Product Support Engineer, Redgate
Need help? Take a look at our Help Center
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?
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
Kind regards,
Kurt McCormick
Product Support Engineer, Redgate
Need help? Take a look at our Help Center