Browse Source

Merge branch '2.1.x'

Closes gh-16600
pull/16603/head
Andy Wilkinson 7 years ago
parent
commit
af4ce2d537
  1. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml

4
spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml

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

Loading…
Cancel
Save