[fedora-java] FTBFS due to missing sisu-inject-bean

Michal Srb msrb at redhat.com
Mon Aug 5 14:53:13 UTC 2013


Hi guys,

just a quick tip: if you have some FTBFS failures due to missing 
artifact org.sonatype.sisu:sisu-inject-bean, the solution is to replace 
sisu-inject-bean BR/R with cdi-api1, atinject, aopalliance. Typically 
not all of them are needed.
As you probably already know, Fedora switched from Sonatype Sisu to 
Eclipse Sisu. Eclipse Sisu doesn't have sisu-inject-bean artifact, but 
this artifact contains nothing but bundled classes from atinject, 
cdi-api (1.0), aopalliance and possibly others. So replacing R/BR + 
patching pom.xml should solve the problem.

Regards

Michal


More information about the java-devel mailing list