[webbeans-commits] Webbeans SVN: r3481 - in examples/trunk: login and 3 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Aug 13 09:59:58 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-08-13 09:59:57 -0400 (Thu, 13 Aug 2009)
New Revision: 3481

Modified:
   examples/trunk/conversations/pom.xml
   examples/trunk/login/pom.xml
   examples/trunk/numberguess/pom.xml
   examples/trunk/servlet-numberguess/pom.xml
   examples/trunk/translator/webbeans-translator-war/pom.xml
Log:
use EL 2.2

Modified: examples/trunk/conversations/pom.xml
===================================================================
--- examples/trunk/conversations/pom.xml	2009-08-13 13:27:15 UTC (rev 3480)
+++ examples/trunk/conversations/pom.xml	2009-08-13 13:59:57 UTC (rev 3481)
@@ -72,8 +72,8 @@
       </dependency>-->
       
       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
+         <groupId>org.glassfish.web</groupId>
+         <artifactId>el-impl</artifactId>
          <exclusions>
             <exclusion>
                <groupId>javax.el</groupId>

Modified: examples/trunk/login/pom.xml
===================================================================
--- examples/trunk/login/pom.xml	2009-08-13 13:27:15 UTC (rev 3480)
+++ examples/trunk/login/pom.xml	2009-08-13 13:59:57 UTC (rev 3481)
@@ -60,8 +60,8 @@
       </dependency>-->
       
       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
+         <groupId>org.glassfish.web</groupId>
+         <artifactId>el-impl</artifactId>
          <exclusions>
             <exclusion>
                <groupId>javax.el</groupId>

Modified: examples/trunk/numberguess/pom.xml
===================================================================
--- examples/trunk/numberguess/pom.xml	2009-08-13 13:27:15 UTC (rev 3480)
+++ examples/trunk/numberguess/pom.xml	2009-08-13 13:59:57 UTC (rev 3481)
@@ -61,8 +61,8 @@
       </dependency>-->
       
       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
+         <groupId>org.glassfish.web</groupId>
+         <artifactId>el-impl</artifactId>
          <exclusions>
             <exclusion>
                <groupId>javax.el</groupId>

Modified: examples/trunk/servlet-numberguess/pom.xml
===================================================================
--- examples/trunk/servlet-numberguess/pom.xml	2009-08-13 13:27:15 UTC (rev 3480)
+++ examples/trunk/servlet-numberguess/pom.xml	2009-08-13 13:59:57 UTC (rev 3481)
@@ -157,8 +157,8 @@
       </dependency>
       
       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
+         <groupId>org.glassfish.web</groupId>
+         <artifactId>el-impl</artifactId>
          <exclusions>
             <exclusion>
                <groupId>javax.el</groupId>

Modified: examples/trunk/translator/webbeans-translator-war/pom.xml
===================================================================
--- examples/trunk/translator/webbeans-translator-war/pom.xml	2009-08-13 13:27:15 UTC (rev 3480)
+++ examples/trunk/translator/webbeans-translator-war/pom.xml	2009-08-13 13:59:57 UTC (rev 3481)
@@ -54,8 +54,8 @@
       </dependency>-->
       
       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
+         <groupId>org.glassfish.web</groupId>
+         <artifactId>el-impl</artifactId>
          <exclusions>
             <exclusion>
                <groupId>javax.el</groupId>




More information about the weld-commits mailing list