Skip to content

Commit

Permalink
use EL 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 13, 2009
1 parent 000f083 commit 6da257d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions conversations/pom.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions login/pom.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions numberguess/pom.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions servlet-numberguess/pom.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions translator/webbeans-translator-war/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 6da257d

Please sign in to comment.