Details
-
Work Item
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
None
-
All
-
-
GreenHopper Ranking:0|i0zprf:
-
9223372036854775807
-
Small
Description
components-common module contains both: common Properties classes (definition) and common readers/writers or data conversions classes (runtime).
Runtime classes often depend on some specific libraries, e.g. net.sourceforge.javacsv:javacsv.
Even if some component uses only definition part of components-common, it still gets runtime dependencies as transitive.
So, maybe we should to split this module.
Also what about components-api?