migration to maven 3
[utils] / test / enterprise / pom.xml
index c2c08f4941c0dfb8140ecc0b145b4d1c860d8a4f..0805881e26e3439f71383cc7497435bdcd57ec83 100644 (file)
@@ -7,6 +7,7 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <version>0.6-SNAPSHOT</version>
+       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
       <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 +55,7 @@
     <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>transaction-api</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>