Actions
task #9887
closedremove jdk15 classifier from json-lib
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Description
In all/most poms json-lib has a classifier
<classifier>jdk15</classifier>
It is unclear/not documented why this is needed. We should try to remove. If this is not possible the classifier should be documented.
Related issues
Updated by Andreas Müller over 1 year ago
- Related to task #9359: Update cdmlib, taxeditor, cdmserver etc. dependencies added
Updated by Andreas Müller over 1 year ago
- Status changed from New to Rejected
- Priority changed from New to Priority14
- Target version deleted (
Unassigned CDM tickets) - % Done changed from 0 to 100
I did some rearch. json-lib on maven central is only available as json-lib-2.4-jdk15.jar and json-lib-2.4-jdk13.jar. json-lib-2.4.jar does not exist. So for being able to download json-lib via maven the classifier is necessary.
I added according documentation to the poms.
Updated by Andreas Müller over 1 year ago
- Related to feature request #4716: Other dependencies to be updated added
Actions