ptuomola commented on pull request #1259: URL: https://github.com/apache/fineract/pull/1259#issuecomment-677151062
So this exclude must have been put in place because there are two versions of JAXB in the classpath without it. If we merge this PR, there will again be two versions in the classpath - which clearly is not a good idea. So if oauth has some problem with the other JAXB version, perhaps the right solution is to exclude the other one and keep this one instead? That way we would still have only one version in the classpath, but one that oauth works with. Maybe that would be a better solution? ---------------------------------------------------------------- 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]
