brevilo commented on pull request #805: URL: https://github.com/apache/cxf/pull/805#issuecomment-850425673
Thanks for your patience ;) Not sure I follow, though. Doesn't [this](https://github.com/apache/cxf/blob/master/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/config/ConfigFacade.java) show that MP Config is already optional, at least code-wise? BTW, the same appears to be the case for the client's [CDI support](https://github.com/apache/cxf/blob/master/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/CDIFacade.java). That's presumably the reason I could successfully compile `cxf-rt-rs-mp-client` after making said POM dependencies optional, isn't it? If so, it seems that the mandatory POM dependencies were in fact just a remnant, although the code already requires them only optionally. What am I 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. For queries about this service, please contact Infrastructure at: [email protected]
