brevilo commented on pull request #805: URL: https://github.com/apache/cxf/pull/805#issuecomment-874037932
Hm, not sure. `jakarta.enterprise.cdi-api` already had a scope of `provided` and I don't think that worked, hence the `optional` property. Doesn't `provided` imply that the runtime will provide the dependency? That's exactly the opposite of what I'm trying to achieve here. IOW, the runtime container does not and should not provide the purely optional dependency. Any dependency resolver/validator (like `bnd`) must not fail if those optional dependencies are "missing". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
