You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/02/14 03:02:16 UTC

svn commit: r909949 - in /openwebbeans/trunk/webbeans-spi: pom.xml src/main/java/org/apache/webbeans/spi/ResourceService.java

Author: gerdogdu
Date: Sun Feb 14 02:02:16 2010
New Revision: 909949

URL: http://svn.apache.org/viewvc?rev=909949&view=rev
Log:
[OWB-281] update resource plugin handling

Removed:
    openwebbeans/trunk/webbeans-spi/src/main/java/org/apache/webbeans/spi/ResourceService.java
Modified:
    openwebbeans/trunk/webbeans-spi/pom.xml

Modified: openwebbeans/trunk/webbeans-spi/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-spi/pom.xml?rev=909949&r1=909948&r2=909949&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-spi/pom.xml (original)
+++ openwebbeans/trunk/webbeans-spi/pom.xml Sun Feb 14 02:02:16 2010
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-el_1.0_spec</artifactId>
+            <artifactId>geronimo-el_2.2_spec</artifactId>
             <optional>true</optional>
         </dependency>
 
@@ -54,20 +54,17 @@
         </dependency>
         <dependency>
         	<groupId>org.apache.geronimo.specs</groupId>
-        	<artifactId>geronimo-cdi_1.0_spec</artifactId>
-        	<version>1.0-SNAPSHOT</version>
+        	<artifactId>geronimo-jcdi_1.0_spec</artifactId>
         	<optional>true</optional>
         </dependency>
         <dependency>
         	<groupId>org.apache.geronimo.specs</groupId>
         	<artifactId>geronimo-jta_1.1_spec</artifactId>
-        	<version>1.1.1</version>
         	<optional>true</optional>
         </dependency>
         <dependency>
         	<groupId>org.apache.geronimo.specs</groupId>
         	<artifactId>geronimo-validation_1.0_spec</artifactId>
-        	<version>1.0-EA6-SNAPSHOT</version>
         	<optional>true</optional>
         </dependency>