Skip to content

Commit

Permalink
Tests now passing. Added javax.el impl to ui-addon (review)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 24, 2014
1 parent 95ff5bf commit 9a936af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<classifier>forge-addon</classifier>
</dependency>

<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.el</artifactId>
<version>2.2.4</version>
<scope>runtime</scope>
</dependency>


<!-- Furnace Container -->
<dependency>
<groupId>org.jboss.forge.furnace.container</groupId>
Expand Down

4 comments on commit 9a936af

@lincolnthree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@gastaldi
Copy link
Member Author

@gastaldi gastaldi commented on 9a936af Jan 25, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lincolnthree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which test? Not sure this should go in the "addon" module. Why not impl?

@gastaldi
Copy link
Member Author

@gastaldi gastaldi commented on 9a936af Jan 25, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.