Add Jetty libraries to Javadoc build

This commit is contained in:
Brian Clozel 2018-01-04 16:17:20 +01:00
parent bfef8be4dc
commit 6525bc46ef
1 changed files with 10 additions and 0 deletions

View File

@ -467,6 +467,16 @@
<artifactId>javax-websocket-server-impl</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-conscrypt-server</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-server</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>