Skip to content

Commit

Permalink
compile against EL 2.2 API
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 30, 2010
1 parent 3e756ac commit bb7649c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bom/pom.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit bb7649c

Please sign in to comment.