Make EL available to reactive web apps as it already is to servlet web apps

Closes gh-16596
This commit is contained in:
Andy Wilkinson 2019-04-18 10:10:49 +01:00
parent 853b4952a0
commit 50bcfd25fd
1 changed files with 4 additions and 0 deletions

View File

@ -18,5 +18,9 @@
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</dependency>
</dependencies>
</project>