There was an error while loading. Please reload this page.
1 parent bfef8be commit 6525bc4Copy full SHA for 6525bc4
spring-boot-project/spring-boot-docs/pom.xml
@@ -467,6 +467,16 @@
467
<artifactId>javax-websocket-server-impl</artifactId>
468
<optional>true</optional>
469
</dependency>
470
+<dependency>
471
+<groupId>org.eclipse.jetty</groupId>
472
+<artifactId>jetty-alpn-conscrypt-server</artifactId>
473
+<optional>true</optional>
474
+</dependency>
475
476
+<groupId>org.eclipse.jetty.http2</groupId>
477
+<artifactId>http2-server</artifactId>
478
479
480
<dependency>
481
<groupId>org.flywaydb</groupId>
482
<artifactId>flyway-core</artifactId>
0 commit comments