I am including JBPM5.2 into my existing project. I have noticed some of the jar files are duplicated. below is the list
my jbpm activation-1.1.jar 1.1 1.1 antlr-2.7.7.jar 2.7.7 2.7.7 Common-collections 2.1 3.1 common-io 1.1 1.4 dom4j-1.6.1.jar 1.6.1 1.6.1 Jdom-1.0.jar 1.0 1.0 Jta.jar 1.0 1.1 Log4j 1.2.15 1.2.14 Mail.jar 1.4 1.4
I am not keen to upgrade those jar because that means I have to do thorough regression test on my existing functions which is a lot. Basically i am looking for a safe and easy way.
I believe this is a very common issue that many people encounter. Can someone share with me his/her approach in getting this over.