fix warning

This commit is contained in:
Minecon724 2024-08-23 16:37:20 +02:00
parent b108f7688a
commit b758ccb14c
Signed by: Minecon724
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>