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 2012/11/07 14:30:20 UTC

svn commit: r1406620 - /openwebbeans/trunk/pom.xml

Author: gerdogdu
Date: Wed Nov  7 13:30:19 2012
New Revision: 1406620

URL: http://svn.apache.org/viewvc?rev=1406620&view=rev
Log:
OWB-715 Remove EL22 implementation from Core to Own Project

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1406620&r1=1406619&r2=1406620&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Wed Nov  7 13:30:19 2012
@@ -470,6 +470,7 @@
         <module>webbeans-jsf</module>
         <module>webbeans-jsf12</module>
         <module>webbeans-el10</module>
+        <module>webbeans-el22</module>		
         <module>webbeans-resource</module>
         <module>webbeans-jee5-ejb-resource</module>
         <module>webbeans-osgi</module>
@@ -625,6 +626,12 @@
 
             <dependency>
                 <groupId>org.apache.openwebbeans</groupId>
+                <artifactId>openwebbeans-el22</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.openwebbeans</groupId>
                 <artifactId>openwebbeans-porting</artifactId>
                 <version>${project.version}</version>
                 <scope>test</scope>