fix warning
This commit is contained in:
parent
b108f7688a
commit
b758ccb14c
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue