arnaudroger / SimpleFlatMapper

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
http://simpleflatmapper.org
MIT License
437 stars 76 forks source link

Document how to exclude the jOOQ Open Source Edition as a transitive dependency, when needed #659

Closed lukaseder closed 5 years ago

lukaseder commented 5 years ago

Currently, it seems that SimpleFlatMapper has a transitive compile time dependency on some version of the jOOQ Open Source Edition, which is nice for new projects, but can get in the way when:

Perhaps it would be useful to either:

arnaudroger commented 5 years ago

I think provided makes sense

lukaseder commented 5 years ago

Indeed, especially since in the case of SimpleFlatMapper, the two dependencies (SFM and jOOQ) are both quite independent of one another and can both live without the other, so it is likely the user will want to depend on both explicitly...

arnaudroger commented 5 years ago

also you are more likely to already have jooq, spring jdbc or any other I meant to do that at some point just never got to tidy that up ... still a good sign that it is actually a problem :)