From 50bcfd25fdd813babdafd6d516a041f83ac90a8b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Apr 2019 10:10:49 +0100 Subject: [PATCH] Make EL available to reactive web apps as it already is to servlet web apps Closes gh-16596 --- .../spring-boot-starter-reactor-netty/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml index 317a06d9b21..01b2038fe6f 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml @@ -18,5 +18,9 @@ io.projectreactor.netty reactor-netty + + org.glassfish + javax.el +