Skip to content

Commit

Permalink
Added EL to dependencies.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@174 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
nickarls committed Oct 27, 2008
1 parent 5fc8cf7 commit c9a38b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -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>

Expand Down
6 changes: 6 additions & 0 deletions webbeans-ri/pom.xml
Expand Up @@ -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>

Expand Down

0 comments on commit c9a38b1

Please sign in to comment.