Make EL available to reactive web apps as it already is to servlet web apps
Closes gh-16596
This commit is contained in:
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…
Reference in New Issue