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 2010/04/07 17:22:57 UTC

svn commit: r931585 - /openwebbeans/trunk/webbeans-ee/pom.xml

Author: struberg
Date: Wed Apr  7 15:22:56 2010
New Revision: 931585

URL: http://svn.apache.org/viewvc?rev=931585&view=rev
Log:
OWB-345 remove duplicate dependencies

txs to jlmonteiro for the patch!

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

Modified: openwebbeans/trunk/webbeans-ee/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-ee/pom.xml?rev=931585&r1=931584&r2=931585&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-ee/pom.xml (original)
+++ openwebbeans/trunk/webbeans-ee/pom.xml Wed Apr  7 15:22:56 2010
@@ -83,12 +83,6 @@
         </dependency>
         
 		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jcdi_1.0_spec</artifactId>
-			<optional>true</optional>
-		</dependency>
-		
-		<dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-atinject_1.0_spec</artifactId>
                 <optional>true</optional>