GitHub user reta opened a pull request:
https://github.com/apache/servicemix-bundles/pull/111
Fixing Guava version OSGi imports as reflections-0.9.11 is using 20.0
Hey guys,
Run into this issue recently while importing
`org.apache.servicemix.bundles.reflections-0.9.11_1` servicemix bundle. The
underlying `reflections-0.9.11` library is declaring dependency on Guava `20.0`
while the OSGi imports are still referring to `[18.0, 19)`.
Best Regards,
Andriy Redko
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/reta/servicemix-bundles master.reflections
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/servicemix-bundles/pull/111.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #111
----
commit 5b23d1535e9f3832e47947dfcd30964cd67662b7
Author: reta <drreta@...>
Date: 2018-03-04T14:38:11Z
Fixing Guava version OSGi imports as reflections-0.9.11 is using 20.0
----
---