I'm getting the following error message, caused by adding EMFTriple to my project:
Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource com.intel.sam [osgi.identity; osgi.identity="com.intel.sam"; type="osgi.bundle"; version:Version="1.8.0.qualifier"; singleton:="true"] because it is exposed to package 'javax.annotation' from resources javax.annotation [osgi.identity; osgi.identity="javax.annotation"; type="osgi.bundle"; version:Version="1.2.0.v201401042248"] and org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.102.v20160118-1700"; singleton:="true"] via two dependency chains.
I'm getting the following error message, caused by adding EMFTriple to my project:
Bundle was not resolved because of a uses contraint violation. org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource com.intel.sam [osgi.identity; osgi.identity="com.intel.sam"; type="osgi.bundle"; version:Version="1.8.0.qualifier"; singleton:="true"] because it is exposed to package 'javax.annotation' from resources javax.annotation [osgi.identity; osgi.identity="javax.annotation"; type="osgi.bundle"; version:Version="1.2.0.v201401042248"] and org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.102.v20160118-1700"; singleton:="true"] via two dependency chains.
Chain 1: com.intel.sam [osgi.identity; osgi.identity="com.intel.sam"; type="osgi.bundle"; version:Version="1.8.0.qualifier"; singleton:="true"] import: (&(osgi.wiring.package=javax.annotation)(version>=1.0.0)) | export: osgi.wiring.package: javax.annotation javax.annotation [osgi.identity; osgi.identity="javax.annotation"; type="osgi.bundle"; version:Version="1.2.0.v201401042248"]
org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.102.v20160118-1700"; singleton:="true"]
I'm kind of puzzled, and not even sure how I have to parse this error. Somehow it seems to be related to java.annotation versions or com.google.guava
Any help is highly appreciated.
Cheers, Rudi