tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

Consider making Apache POI an optional dependency #35

Open nealeu opened 11 years ago

nealeu commented 11 years ago

ExcelFileLoader is the only class that depends on Apache POI and is probably not a 90% use case.

It would be good practice to mark Apache POI as true in the Maven dependencies to avoid contributing to the "download the internet" experience of many Maven users :)