siddhi-io / siddhi

Stream Processing and Complex Event Processing Engine
http://siddhi.io
Apache License 2.0
1.52k stars 527 forks source link

siddhi-execution-time.jar rely on org.apache.commons.lang3 in pom.xml and at the same time, siddhi-execution-time.jar also contains org.apache.commons.lang3 code #1839

Open llp2016 opened 2 months ago

llp2016 commented 2 months ago

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: