Add dropwizard-http2 dependency

This commit is contained in:
Chris Eager 2024-02-06 18:02:56 -06:00 committed by Chris Eager
parent 24a7762873
commit fcae100df1
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-db</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-http2</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-logging</artifactId>