ptuomola commented on pull request #1992:
URL: https://github.com/apache/fineract/pull/1992#issuecomment-985161158


   @BLasan the build seems to be still failing due to duplicate classes... 
   
   The reason why the exclusion is exactly to resolve this duplication of 
classes: otherwise we have two versions of activation classes in the classpath: 
jakarta.activation and com.sun.activation. As com.sun.activation is out of 
date, we should exclude this. 
   
   Now with this change it seems to be that we are going back to the old 
com.sun version and excluding the newer jakarta one. I'm not sure this is a 
good idea... what's the reason for this?


-- 
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]


Reply via email to