Skip to content

Commit 47f6f85

Browse files
committed
fix(deps): add quarkus-rest-jackson to fix 415 errors
1 parent 0f13c94 commit 47f6f85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<groupId>io.quarkus</groupId>
4545
<artifactId>quarkus-rest</artifactId>
4646
</dependency>
47+
<dependency>
48+
<groupId>io.quarkus</groupId>
49+
<artifactId>quarkus-rest-jackson</artifactId>
50+
</dependency>
4751
<dependency>
4852
<groupId>io.quarkus</groupId>
4953
<artifactId>quarkus-arc</artifactId>

0 commit comments

Comments
 (0)