Skip to content

Commit 6525bc4

Browse files
committed
Add Jetty libraries to Javadoc build
1 parent bfef8be commit 6525bc4

File tree

1 file changed

+10
-0
lines changed
  • spring-boot-project/spring-boot-docs

1 file changed

+10
-0
lines changed

spring-boot-project/spring-boot-docs/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,16 @@
467467
<artifactId>javax-websocket-server-impl</artifactId>
468468
<optional>true</optional>
469469
</dependency>
470+
<dependency>
471+
<groupId>org.eclipse.jetty</groupId>
472+
<artifactId>jetty-alpn-conscrypt-server</artifactId>
473+
<optional>true</optional>
474+
</dependency>
475+
<dependency>
476+
<groupId>org.eclipse.jetty.http2</groupId>
477+
<artifactId>http2-server</artifactId>
478+
<optional>true</optional>
479+
</dependency>
470480
<dependency>
471481
<groupId>org.flywaydb</groupId>
472482
<artifactId>flyway-core</artifactId>

0 commit comments

Comments
 (0)