fix: include javax.el with hibernate5, fix #97 (#98)

This commit is contained in:
Francesco Soncina
2018-11-04 09:46:56 -08:00
committed by Chris Frohoff
parent 16fc48b22b
commit ecc60747a5
+5
View File
@@ -324,6 +324,11 @@
<artifactId>hibernate-core</artifactId>
<version>5.0.7.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
</profile>