fix warning

This commit is contained in:
Minecon724 2024-08-23 16:37:20 +02:00
commit b758ccb14c
No known key found for this signature in database
GPG key ID: 3CCC4D267742C8E8

View file

@ -50,6 +50,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-websockets</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
</dependencies>
<build>