adding a dependency of jsoup-1.14.3 in our project bundle- bundle is not resolving
when I am adding a dependency of jsoup-1.12.2 in my project bundle, I dont face any issue, the project bundle is resolved and active. But Veracode security scan found a security issue in jsoup 1.12.2 version and recommended to use latest version.
When I am using jsoup-1.14.2 or any other higher version, my project bundle is not resolving. There is no compile time issue. I get the below error while resolving
javax.annotation.meta,version=[3.0,4) -- Cannot be resolved
I think this javax.annotation.meta package is getting added internally in latest jsoup (1.14.2 or higher).
Has anyone faced similar issue or know how to fix this?
Regards,
Niraj