You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2013/11/08 14:03:32 UTC

svn commit: r1540009 - /openwebbeans/trunk/webbeans-cdi11/pom.xml

Author: rmannibucau
Date: Fri Nov  8 13:03:32 2013
New Revision: 1540009

URL: http://svn.apache.org/r1540009
Log:
using stable API releases

Modified:
    openwebbeans/trunk/webbeans-cdi11/pom.xml

Modified: openwebbeans/trunk/webbeans-cdi11/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-cdi11/pom.xml?rev=1540009&r1=1540008&r2=1540009&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-cdi11/pom.xml (original)
+++ openwebbeans/trunk/webbeans-cdi11/pom.xml Fri Nov  8 13:03:32 2013
@@ -51,6 +51,22 @@
         </dependency>
 
         <dependency>
+          <groupId>javax.enterprise</groupId>
+          <artifactId>cdi-api</artifactId>
+          <version>1.1</version>
+        </dependency>
+        <dependency>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+          <version>1.2</version>
+        </dependency>
+        <dependency>
+          <groupId>javax.ejb</groupId>
+          <artifactId>javax.ejb-api</artifactId>
+          <version>3.2</version>
+        </dependency>            
+        <!--    
+        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jcdi_1.1_spec</artifactId>
             <optional>true</optional>
@@ -66,6 +82,7 @@
             <artifactId>geronimo-ejb_3.2_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
+        -->
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_3.0_spec</artifactId>