I am using v11.1p_2018-02-21/PowerEdition Deployment (built 2018-02-21) and have a question regarding the java dependencies.
The SmartGWT download included commons-lang-2.6.jar and commons-pool-1.6.jar. My company already uses commons-lang3-3.4.jar and commons-pool2-2.5.0.jar. We'd like to be able to standardize on the later versions or remove these older versions if we don't need them for our usage. I was able to build and run my SmartGWT application without these jars and did not experience any problems but I am concerned that removing them could be problematic as I'm not sure when they are required.
Any guidance would be appreciated.
The SmartGWT download included commons-lang-2.6.jar and commons-pool-1.6.jar. My company already uses commons-lang3-3.4.jar and commons-pool2-2.5.0.jar. We'd like to be able to standardize on the later versions or remove these older versions if we don't need them for our usage. I was able to build and run my SmartGWT application without these jars and did not experience any problems but I am concerned that removing them could be problematic as I'm not sure when they are required.
Any guidance would be appreciated.
Comment