wso2 / andes

Apache License 2.0
39 stars 129 forks source link

Fix OSGI issue in andes-client with EI #883

Closed jagathsisira closed 7 years ago

jagathsisira commented 7 years ago

This change fix the issue https://github.com/wso2/product-ei/issues/453 in product-ei. It happens due to unnecessary export of org.apache.commons.lang.* package from andes-client. With the fix, it is added as import package and removed from export packages.