This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 641fa7c EMPIREDB-306 added missing dependency
641fa7c is described below
commit 641fa7cb897d1bf10c06d0d94221d6cedb8396c2
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Sep 24 20:39:39 2019 +0200
EMPIREDB-306
added missing dependency
---
empire-db-examples/empire-db-example-jsf2/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
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>