Skip to content

Commit

Permalink
fix: include javax.el with hibernate5, fix #97 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
phra authored and frohoff committed Nov 4, 2018
1 parent 16fc48b commit ecc6074
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ecc6074

Please sign in to comment.