Hello,
Continuing with Platform 7 upgrade in progress: Learn about the first highlights and changes - #73 by FirasMkaouar, I have the same result with 9.0.0-m92:
Chain 1:
com.comalatech.workflow [com.comalatech.workflow [294](R 294.0)]
import: (osgi.wiring.package=javax.ws.rs.core)
|
export: osgi.wiring.package: javax.ws.rs.core
com.atlassian.plugins.rest.atlassian-rest-v2-plugin [com.atlassian.plugins.rest.atlassian-rest-v2-plugin [165](R 165.0)]
Chain 2:
com.comalatech.workflow [com.comalatech.workflow [294](R 294.0)]
import: (osgi.wiring.package=com.atlassian.mywork.model)
|
export: osgi.wiring.package=com.atlassian.mywork.model; uses:=javax.ws.rs.core
com.atlassian.mywork.common-plugin [com.atlassian.mywork.common-plugin [131](R 131.0)]
import: (osgi.wiring.package=javax.ws.rs.core)
|
export: osgi.wiring.package: javax.ws.rs.core
org.apache.felix.framework [org.apache.felix.framework [0](R 0)] Unresolved requirements: [[com.comalatech.workflow [294](R 294.0)] osgi.wiring.package; (osgi.wiring.package=com.atlassian.mywork.model)]
Am I missing something or mywork-api should be modified to avoid this chain conflict ?
thx!