Description:
In siddhi-execution-time.jar, the pom.xml rely on org.apache.commons.lang3, while in siddhi-execution-time.jar, it also contains org.apache.commons.lang3 code. When we use siddhi-execution-time together with SPING IapApplication, it conflicts with the commons lang3 package in SPING IapApplication. We can exclude the commons.lang3 package in the pom.xml of siddhi-execution-time.jar,but we can't exclude commons.lang3 code in its package. So How to solve this problem?
Affected Siddhi Version:
5.0.8
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues: