>>>>> Steinar Bang <[email protected]>: >> Is there a workaround, other than re-bundling jsoup?
> One workaround would be to load version 3.0 (or so) of the glassfish > packaged javax.annotation...? > Since the packages are versioned it shouldn't conflict with the felix > version...? > (but it just feels so hacky...) FWIW what I've done, for now, is to put a <scope>compile</scope> dependency to the findbugs jar in the pom files that have the <scope>compile</scope> dependency to jsoup. Again, FWIW, this seems to work. The one package that also exist in the felix runtime (javax.annotation), have a different version, and a version matching jsoup, so they shouldn't conflict...?
