From ecc60747a5ff484a2107c5e424c88c242c9f38a9 Mon Sep 17 00:00:00 2001 From: Francesco Soncina Date: Sun, 4 Nov 2018 18:46:56 +0100 Subject: [PATCH] fix: include javax.el with hibernate5, fix #97 (#98) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 39ff36e..3090a32 100644 --- a/pom.xml +++ b/pom.xml @@ -324,6 +324,11 @@ hibernate-core 5.0.7.Final + + javax.el + javax.el-api + 3.0.0 +