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 2009/12/28 18:30:18 UTC

svn commit: r894204 - /openwebbeans/trunk/webbeans-porting/pom.xml

Author: struberg
Date: Mon Dec 28 17:30:17 2009
New Revision: 894204

URL: http://svn.apache.org/viewvc?rev=894204&view=rev
Log:
OWB-209 remove dependencies to foreign repositories and non geronimo-specs APIs

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

Modified: openwebbeans/trunk/webbeans-porting/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-porting/pom.xml?rev=894204&r1=894203&r2=894204&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-porting/pom.xml (original)
+++ openwebbeans/trunk/webbeans-porting/pom.xml Mon Dec 28 17:30:17 2009
@@ -72,6 +72,16 @@
             <groupId>org.jboss.jsr299.tck</groupId>
             <artifactId>jsr299-tck-api</artifactId>
             <version>1.0.0-CR2</version>
+            <exclusions>
+            	<exclusion>
+            		<groupId>javax.enterprise</groupId>
+            		<artifactId>cdi-api</artifactId>
+            	</exclusion>
+            	<exclusion>
+            		<groupId>javax.el</groupId>
+            		<artifactId>el-api</artifactId>
+            	</exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>