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

Closes gh-16596
pull/16606/head
Andy Wilkinson 6 years ago
parent 853b4952a0
commit 50bcfd25fd

@ -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>

Loading…
Cancel
Save