<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
</dependency>
+ <!-- required jsf api for weld because it will not work with the mangled javaee apis -->
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
<dependency>
<groupId>org.wamblee</groupId>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>transaction-api</artifactId>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>