(no commit message)
[utils] / support / cdi / pom.xml
index e05b96c0adcc380479f08a66d77e9cc8abd455b9..e3460b4a13dc2e9c911492504b876c67a286b9b0 100644 (file)
     <dependency>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-se</artifactId>
-      <version>1.0.1-Final</version>
     </dependency>
     
-    <!-- always include the APIs last because they contain garbled/unusable classes -->
-    <!-- dependency>
-      <groupId>javax</groupId>
-      <artifactId>javaee-api</artifactId>
-    </dependency -->
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-support-inject</artifactId>
+      <version>0.2.5-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-test-enterprise</artifactId>
+      <version>0.2.5-SNAPSHOT</version>
+    </dependency>
    
   </dependencies>