You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2013/06/26 09:47:01 UTC

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

Author: struberg
Date: Wed Jun 26 07:47:01 2013
New Revision: 1496808

URL: http://svn.apache.org/r1496808
Log:
use our own geronimo-jcdi-1.1 API

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=1496808&r1=1496807&r2=1496808&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-cdi11/pom.xml (original)
+++ openwebbeans/trunk/webbeans-cdi11/pom.xml Wed Jun 26 07:47:01 2013
@@ -51,17 +51,11 @@
         </dependency>
 
         <dependency>
-            <groupId>javax.enterprise</groupId>
-            <artifactId>cdi-api</artifactId>
-            <version>1.1</version>
-            <scope>provided</scope>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jcdi_1.1_spec</artifactId>
+            <optional>true</optional>
+            <version>1.0-SNAPSHOT</version>
         </dependency>
-<!--         <dependency> -->
-<!--             <groupId>org.apache.geronimo.specs</groupId> -->
-<!--             <artifactId>geronimo-jcdi_1.1_spec</artifactId> -->
-<!--             <optional>true</optional> -->
-<!--             <version>1.0-SNAPSHOT</version> -->
-<!--         </dependency> -->
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-annotation_1.2_spec</artifactId>