We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c88a2 commit 13361f6Copy full SHA for 13361f6
pom.xml
@@ -34,6 +34,10 @@
34
<groupId>io.quarkus</groupId>
35
<artifactId>quarkus-rest</artifactId>
36
</dependency>
37
+ <dependency>
38
+ <groupId>io.quarkus</groupId>
39
+ <artifactId>quarkus-rest-jsonb</artifactId>
40
+ </dependency>
41
<dependency>
42
43
<artifactId>quarkus-arc</artifactId>
src/main/java/os/expert/sample/Task.java
0 commit comments