better maven 3 support. (no more relativePath).
[utils] / test / enterprise / pom.xml
index c2c08f4941c0dfb8140ecc0b145b4d1c860d8a4f..723cc0fad1c67cc438c2b86bf4382e67308c3af8 100644 (file)
@@ -5,7 +5,7 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-test</artifactId>
     <version>0.6-SNAPSHOT</version>
   </parent>
 
       <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>