-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.6
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Nuxeo Package Management
-
Epic Link:
-
Story Points:1
Because both artifacts (commons-jexl:commons-jexl:1.1 and org.apache.commons:commons-jexl:2.0.1) share the same artifactId, the apache one is considered by the packaging tools (especially the nx:rmdups assembly task and the update Marketplace command) as an upgrade of the 1.1 one.
The issue is both JARs are required.
Possible solutions:
- generate a Nuxeo custom JAR aggregating both
- rename the Apache Maven artifact to something like org.apache.commons:commons-apache-jexl:2.0.1
- depends on
-
NXP-10566 Handle standard JSF expressions in actions
- Resolved