OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
174 stars 85 forks source link

mvn install fails with Maven 3.8.1 #298

Closed don-torok closed 11 months ago

don-torok commented 3 years ago

Maven 3.8.1 blocks access to unsecured http (not https) sites. In pom.xml change http://clojars.org/repo/ to https://clojars.org/repo/ and http://maven.geomajas.org/ to https://maven.geomajas.org/

MaximMoinat commented 3 years ago

Thanks @don-torok for reporting. Will take this up in a next release.

janblom commented 11 months ago

Fixed since v0.10.8