Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-users] Question regarding CDI javax.enterprise:cdi-api dependency in sisu Plexus

Howdy,

AFAIK, the CDI is needed only for the @Typed annotation, is this correct?

But sisu.inject also provides a @Typed annotation that has the same effect (still correct?)

So, in case of Apache Maven -- that uses sisu.plexus AND org.eclipse.sisu.Typed (at one single place), is CDI needed, or can it be simply excluded from Maven dependencies? Will that affect the functionality of Plexus shim in case of some other (non maven, but extension/plugin) Plexus components?

Thanks
Tamas

Back to the top