[weld-commits] Weld SVN: r5678 - core/trunk/bom.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jan 30 08:30:18 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-30 08:30:18 -0500 (Sat, 30 Jan 2010)
New Revision: 5678

Modified:
   core/trunk/bom/pom.xml
Log:
compile against EL 2.2 API

Modified: core/trunk/bom/pom.xml
===================================================================
--- core/trunk/bom/pom.xml	2010-01-30 13:29:43 UTC (rev 5677)
+++ core/trunk/bom/pom.xml	2010-01-30 13:30:18 UTC (rev 5678)
@@ -72,6 +72,8 @@
 
    <properties>
       <weld.api.version>1.0</weld.api.version>
+      <!-- Override the API and compile with more recent EL API -->
+      <uel.api.version>2.2</uel.api.version>
       <google.collections.version>1.0</google.collections.version>
       <javassist.version>3.11.0.GA</javassist.version>
       <cdi.tck.version>1.0.1-CR1</cdi.tck.version>
@@ -91,6 +93,13 @@
             <scope>import</scope>
             <type>pom</type>
          </dependency>	
+
+         <!-- Remove when we switch API to 1.1 -->
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>${uel.api.version}</version>
+         </dependency>
  
          <!-- Remove when we switch the API to 1.1 -->
          <dependency>



More information about the weld-commits mailing list