[webbeans-commits] Webbeans SVN: r174 - in ri/trunk: webbeans-ri and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Oct 27 06:24:30 EDT 2008


Author: nickarls
Date: 2008-10-27 06:24:30 -0400 (Mon, 27 Oct 2008)
New Revision: 174

Modified:
   ri/trunk/pom.xml
   ri/trunk/webbeans-ri/pom.xml
Log:
Added EL to dependencies.

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2008-10-27 10:00:39 UTC (rev 173)
+++ ri/trunk/pom.xml	2008-10-27 10:24:30 UTC (rev 174)
@@ -116,6 +116,12 @@
             <version>1.2.14</version>
          </dependency>
          
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>1.0</version>
+         </dependency>         
+         
       </dependencies>
    </dependencyManagement>
 

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2008-10-27 10:00:39 UTC (rev 173)
+++ ri/trunk/webbeans-ri/pom.xml	2008-10-27 10:24:30 UTC (rev 174)
@@ -50,6 +50,12 @@
           <groupId>log4j</groupId>
           <artifactId>log4j</artifactId>
       </dependency>
+      
+      <dependency>
+          <groupId>javax.el</groupId>
+          <artifactId>el-api</artifactId>
+          <version>1.0</version>
+      </dependency>         
 
    </dependencies>
 




More information about the weld-commits mailing list