ghillairet / emftriple

EMF Binding for RDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependency issue

strasserr opened this issue · comments

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"]

Chain 2:
com.intel.sam [osgi.identity; osgi.identity="com.intel.sam"; type="osgi.bundle"; version:Version="1.8.0.qualifier"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.eclipselabs.emftriple)(bundle-version>=1.1.0))
|
provide: osgi.wiring.bundle; bundle-version:Version="1.1.0.201601171849"; osgi.wiring.bundle="org.eclipselabs.emftriple"
com.google.guava [osgi.identity; osgi.identity="com.google.guava"; type="osgi.bundle"; version:Version="15.0.0.v201403281430"]
import: (osgi.wiring.package=javax.annotation)
|
export: osgi.wiring.package: javax.annotation
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