rackerbenoit / chef-flywaydb

Chef cookbook to install flywaydb and execute flyway commands
http://flywaydb.org/
MIT License
3 stars 3 forks source link

Http endpoint should be changed to Https #44

Closed kennethgds closed 2 years ago

kennethgds commented 4 years ago

@rackerbenoit

Defaults file:

These links need to be changed to https since http is not available anymore

1) default['flywaydb']['mariadb']['url'] = 'http://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/

2) default['flywaydb']['mysql']['url'] = 'http://repo1.maven.org/maven2/mysql/mysql-connector-java/

rackerbenoit commented 4 years ago

Feel free to open a PR for this, or include in the current PR for 6.0.0-beta