EMPIREDB-306
added missing dependency
diff --git a/empire-db-examples/empire-db-example-jsf2/pom.xml b/empire-db-examples/empire-db-example-jsf2/pom.xml
index 0164451..009a224 100644
--- a/empire-db-examples/empire-db-example-jsf2/pom.xml
+++ b/empire-db-examples/empire-db-example-jsf2/pom.xml
@@ -71,6 +71,14 @@
 			<artifactId>myfaces-impl</artifactId>
 		</dependency>
 
+		<!-- EL --> 
+		<dependency>
+		    <groupId>org.apache.tomcat</groupId>
+		    <artifactId>tomcat-el-api</artifactId>
+			<type>jar</type>
+			<scope>provided</scope>
+		</dependency>
+
         <!-- use log4j for logging -->
 		<dependency>
 			<groupId>org.slf4j</groupId>