Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-dev] are asm, cdi-api and jsr250-api required

I am working on updating m2e to use 3.1.x version of maven and I noticed
that susi brings in some new dependencies. Before I waste any of my time
on CQs, can somebody confirm that the following dependencies are indeed
required to use sisu in the context of Maven?

* asm-3.3.1.jar
* cdi-api-1.0.jar
* jsr250-api-1.0.jar

As a side note, looks like sisu indirectly references
com.google.code.findbugs:jsr305:1.3.9, which Eclipse IP team did not
like [1]. To make it easier to consume sisu without accidentally getting
LGPL-ed dependencies, it may make sense to exclude jsr305.

[1] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7302

--
Regards,
Igor



Back to the top