I have a target platform that has two versions of the gson bundle:
com.google.gson_2.10.1
com.google.gson_2.9.1.v20220915-1632
I have a plugin project in my workspace that has
Import-Package: com.google.gson;version="[2.9.1,2.10.0)"
PDE flags an error saying that it can't find a bundle for com.google.gson. When I remove the version constraint from the dependency, the error goes away and the dependency is resolved against gson 2.10.1.
I have a target platform that has two versions of the gson bundle:
I have a plugin project in my workspace that has
PDE flags an error saying that it can't find a bundle for
com.google.gson. When I remove the version constraint from the dependency, the error goes away and the dependency is resolved against gson2.10.1.