(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 15 Aug 2010 17:53:21 +0000 (17:53 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 15 Aug 2010 17:53:21 +0000 (17:53 +0000)
test/enterprise/pom.xml

index c2c08f4941c0dfb8140ecc0b145b4d1c860d8a4f..d5a86d0446a5ea5e09a69d90f0c3f0dac4d762d3 100644 (file)
       <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>
@@ -47,6 +54,7 @@
     <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>transaction-api</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>